@leavittsoftware/lg-core-typescript 5.1379.0 → 5.1381.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 +5 -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":"AAsgCA,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
|
@@ -578,6 +578,10 @@ export interface ChallengeEffectivePersonMemberInviterDto {
|
|
|
578
578
|
Relationship?: string | null ;
|
|
579
579
|
}
|
|
580
580
|
|
|
581
|
+
export interface DistributeFitnessChallengePrizeDto {
|
|
582
|
+
Quantity?: number | null ;
|
|
583
|
+
}
|
|
584
|
+
|
|
581
585
|
export interface FitnessActivityTotalsDto {
|
|
582
586
|
AprilTotal: number;
|
|
583
587
|
AugustTotal: number;
|
|
@@ -632,6 +636,7 @@ export interface FitnessSiteStatusChallengeDto {
|
|
|
632
636
|
DistanceGoal: number;
|
|
633
637
|
DistanceGoalType: DistanceUnitTypeString;
|
|
634
638
|
EndDate: string;
|
|
639
|
+
Icon?: string | null ;
|
|
635
640
|
Id: number;
|
|
636
641
|
IsActive?: boolean;
|
|
637
642
|
IsDev?: boolean;
|