@leavittsoftware/lg-core-typescript 5.1403.0 → 5.1404.0
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/api4.leavitt.com.js.map +1 -1
- package/api4.leavitt.com.ts +6 -0
- package/package.json +1 -1
package/api4.leavitt.com.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"api4.leavitt.com.js","sourceRoot":"","sources":["api4.leavitt.com.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"api4.leavitt.com.js","sourceRoot":"","sources":["api4.leavitt.com.ts"],"names":[],"mappings":"AAk9CA,MAAM,CAAN,IAAY,wBAGX;AAHD,WAAY,wBAAwB;IAChC,2FAAkB,CAAA;IAClB,qFAAe,CAAA;AACnB,CAAC,EAHW,wBAAwB,KAAxB,wBAAwB,QAGnC;AAID,MAAM,CAAN,IAAY,qBAOX;AAPD,WAAY,qBAAqB;IAC7B,2EAAa,CAAA;IACb,6EAAc,CAAA;IACd,uEAAW,CAAA;IACX,+EAAe,CAAA;IACf,uEAAW,CAAA;IACX,yEAAY,CAAA;AAChB,CAAC,EAPW,qBAAqB,KAArB,qBAAqB,QAOhC;AAID,MAAM,CAAN,IAAY,qBAKX;AALD,WAAY,qBAAqB;IAC7B,yEAAY,CAAA;IACZ,6EAAc,CAAA;IACd,+EAAe,CAAA;IACf,uEAAW,CAAA;AACf,CAAC,EALW,qBAAqB,KAArB,qBAAqB,QAKhC;AAID,MAAM,CAAN,IAAY,UAOX;AAPD,WAAY,UAAU;IAClB,2CAAQ,CAAA;IACR,uDAAc,CAAA;IACd,mEAAoB,CAAA;IACpB,mDAAY,CAAA;IACZ,6CAAS,CAAA;IACT,yCAAO,CAAA;AACX,CAAC,EAPW,UAAU,KAAV,UAAU,QAOrB;AAID,MAAM,CAAN,IAAY,mBAGX;AAHD,WAAY,mBAAmB;IAC3B,2DAAO,CAAA;IACP,yDAAM,CAAA;AACV,CAAC,EAHW,mBAAmB,KAAnB,mBAAmB,QAG9B"}
|
package/api4.leavitt.com.ts
CHANGED
|
@@ -980,6 +980,10 @@ export interface FitnessSiteStatusDto {
|
|
|
980
980
|
CurrentWeight: number;
|
|
981
981
|
FitnessChallenges: Array<Partial<FitnessSiteStatusChallengeDto>>;
|
|
982
982
|
GoalMinutes: number;
|
|
983
|
+
InvitedByCompanyName?: string | null ;
|
|
984
|
+
InvitedByFullName?: string | null ;
|
|
985
|
+
InvitedByProfilePictureCdnFileName?: string | null ;
|
|
986
|
+
InvitedByRelationship?: string | null ;
|
|
983
987
|
IsGoogleHealthSyncEnabled?: boolean;
|
|
984
988
|
MinutesThisMonth: number;
|
|
985
989
|
PreferredDistanceUnitType?: DistanceUnitTypeString | null ;
|
|
@@ -1030,6 +1034,7 @@ export interface IndividualChallengeLeaderboardDto extends IPersonDetails {
|
|
|
1030
1034
|
EarnedDistance: number;
|
|
1031
1035
|
Milestones: Array<Partial<IndividualChallengeLeaderboardMilestoneDto>>;
|
|
1032
1036
|
Rank?: number | null ;
|
|
1037
|
+
Relationship?: string | null ;
|
|
1033
1038
|
}
|
|
1034
1039
|
|
|
1035
1040
|
export interface IndividualChallengeLeaderboardMilestoneDto {
|
|
@@ -1070,6 +1075,7 @@ export interface TeamChallengeLeaderboardDto {
|
|
|
1070
1075
|
export interface Top5ChallengeParticipantsDto extends IPersonDetails {
|
|
1071
1076
|
EarnedDistance: number;
|
|
1072
1077
|
Rank: number;
|
|
1078
|
+
Relationship?: string | null ;
|
|
1073
1079
|
}
|
|
1074
1080
|
|
|
1075
1081
|
export interface UpdateWeightDto {
|