@plus45/types 1.2.28 → 1.2.30

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
@@ -21,4 +21,4 @@ import { SpotlightSearchResults } from "./search/spotlight_search";
21
21
  import { Organization } from "./types/organizations/organization";
22
22
  import { OrganizationMember, OrganizationRoles } from "./types/organizations/organization_member";
23
23
  import { OrganizationInvitation } from "./types/organizations/invitations";
24
- export { type User, type UserSessionInfo, type AccessToken, type PublicUser, type Exercise, type CompletedExercise, type LastExerciseValue, type ExerciseDataPoint, type Workout, type WorkoutExecution, type Schedule, type AssignedSchedule, type Organization, type OrganizationMember, type OrganizationRoles, type OrganizationInvitation, Post, BatchPost, PostMedia, AuthenticationActionData, ResetPasswordAuthenticationData, WeekLayout, TimeAverage, ExerciseType, ExerciseUnit, ScheduleDay, ScheduleRecurrence, AuthType, SpotlightSearchResults, WeightUnits, DistanceUnits, TimeUnits };
24
+ export { type User, type UserSessionInfo, type AccessToken, type PublicUser, type Exercise, type CompletedExercise, type LastExerciseValue, type ExerciseDataPoint, type Workout, type WorkoutExecution, type Schedule, type AssignedSchedule, type Organization, type OrganizationMember, type OrganizationInvitation, OrganizationRoles, Post, BatchPost, PostMedia, AuthenticationActionData, ResetPasswordAuthenticationData, WeekLayout, TimeAverage, ExerciseType, ExerciseUnit, ScheduleDay, ScheduleRecurrence, AuthType, SpotlightSearchResults, WeightUnits, DistanceUnits, TimeUnits };
package/dist/index.js CHANGED
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.TimeUnits = exports.DistanceUnits = exports.WeightUnits = exports.AuthType = exports.ScheduleRecurrence = exports.ScheduleDay = exports.ExerciseUnit = exports.ExerciseType = exports.WeekLayout = void 0;
3
+ exports.TimeUnits = exports.DistanceUnits = exports.WeightUnits = exports.AuthType = exports.ScheduleRecurrence = exports.ScheduleDay = exports.ExerciseUnit = exports.ExerciseType = exports.WeekLayout = exports.OrganizationRoles = void 0;
4
4
  const exercise_types_1 = require("./types/exercise/exercise_types");
5
5
  Object.defineProperty(exports, "ExerciseType", { enumerable: true, get: function () { return exercise_types_1.ExerciseType; } });
6
6
  const exercise_units_1 = require("./types/exercise/exercise_units");
@@ -16,3 +16,5 @@ const week_layout_1 = require("./types/generics/week_layout");
16
16
  Object.defineProperty(exports, "WeekLayout", { enumerable: true, get: function () { return week_layout_1.WeekLayout; } });
17
17
  const authentication_1 = require("./types/authentication/authentication");
18
18
  Object.defineProperty(exports, "AuthType", { enumerable: true, get: function () { return authentication_1.AuthType; } });
19
+ const organization_member_1 = require("./types/organizations/organization_member");
20
+ Object.defineProperty(exports, "OrganizationRoles", { enumerable: true, get: function () { return organization_member_1.OrganizationRoles; } });
@@ -6,6 +6,6 @@ export declare enum OrganizationRoles {
6
6
  export type OrganizationMember = {
7
7
  organization_id: string;
8
8
  user_id: string;
9
- role: keyof OrganizationRoles;
9
+ role: OrganizationRoles;
10
10
  joined_on: Date;
11
11
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@plus45/types",
3
- "version": "1.2.28",
3
+ "version": "1.2.30",
4
4
  "main": "dist/index.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "files": [