@plus45/types 1.2.15 → 1.2.17

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/dist/index.d.ts CHANGED
@@ -12,7 +12,7 @@ import { CompletedExercise, WorkoutExecution } from "./types/workout/workout_exe
12
12
  import { WeekLayout } from "./types/generics/week_layout";
13
13
  import { AuthenticationActionData, AuthType } from "./types/authentication/authentication";
14
14
  import Exercise from "./types/exercise/exercise";
15
- import { ResetPasswordAuthorizationData } from "./types/authentication/password_auth";
15
+ import { ResetPasswordAuthenticationData } from "./types/authentication/password_auth";
16
16
  import { PublicUser } from "./types/user/public_user";
17
17
  import { LastExerciseValue } from "./types/exercise/last_exercise";
18
- export { type User, type UserSessionInfo, type AccessToken, type PublicUser, type Exercise, type CompletedExercise, type LastExerciseValue, type Workout, type WorkoutExecution, type Schedule, type AssignedSchedule, Post, BatchPost, PostMedia, AuthenticationActionData, ResetPasswordAuthorizationData, WeekLayout, ExerciseType, ExerciseUnit, ScheduleDay, ScheduleRecurrence, AuthType, WeightUnits, DistanceUnits, TimeUnits };
18
+ export { type User, type UserSessionInfo, type AccessToken, type PublicUser, type Exercise, type CompletedExercise, type LastExerciseValue, type Workout, type WorkoutExecution, type Schedule, type AssignedSchedule, Post, BatchPost, PostMedia, AuthenticationActionData, ResetPasswordAuthenticationData, WeekLayout, ExerciseType, ExerciseUnit, ScheduleDay, ScheduleRecurrence, AuthType, WeightUnits, DistanceUnits, TimeUnits };
@@ -2,4 +2,4 @@ import { AuthenticationActionData } from "./authentication";
2
2
  export type ResetPasswordData = {
3
3
  new_password: string;
4
4
  };
5
- export type ResetPasswordAuthorizationData = AuthenticationActionData<ResetPasswordData>;
5
+ export type ResetPasswordAuthenticationData = AuthenticationActionData<ResetPasswordData>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@plus45/types",
3
- "version": "1.2.15",
3
+ "version": "1.2.17",
4
4
  "main": "dist/index.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "files": [