@leavittsoftware/lg-core-typescript 5.1378.0 → 5.1380.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 +3 -1
- 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":"AAkgCA,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
|
@@ -632,6 +632,7 @@ export interface FitnessSiteStatusChallengeDto {
|
|
|
632
632
|
DistanceGoal: number;
|
|
633
633
|
DistanceGoalType: DistanceUnitTypeString;
|
|
634
634
|
EndDate: string;
|
|
635
|
+
Icon?: string | null ;
|
|
635
636
|
Id: number;
|
|
636
637
|
IsActive?: boolean;
|
|
637
638
|
IsDev?: boolean;
|
|
@@ -692,7 +693,7 @@ export interface GetMyQualifyingActivityBreakdownDto {
|
|
|
692
693
|
ActivityTypeDistance: number;
|
|
693
694
|
EarnedDistance: number;
|
|
694
695
|
EarnedDistanceUnitType: DistanceUnitTypeString;
|
|
695
|
-
Icon
|
|
696
|
+
Icon?: string | null ;
|
|
696
697
|
Id: number;
|
|
697
698
|
Name: string;
|
|
698
699
|
}
|
|
@@ -708,6 +709,7 @@ export interface IndividualChallengeLeaderboardMilestoneDto {
|
|
|
708
709
|
HasSelfie?: boolean;
|
|
709
710
|
Id: number;
|
|
710
711
|
Name: string;
|
|
712
|
+
Selfie?: Partial<FitnessSiteStatusSelfieDto> | null ;
|
|
711
713
|
}
|
|
712
714
|
|
|
713
715
|
export interface InviteLeavittFitInviteeDto {
|