@leavittsoftware/lg-core-typescript 5.1380.0 → 5.1382.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.
@@ -1 +1 @@
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"}
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"}
@@ -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;
@@ -614,11 +618,11 @@ export interface FitnessAuditReportDto {
614
618
  }
615
619
 
616
620
  export interface FitnessSiteStatusAchievedMilestoneDto {
617
- Caption?: string | null ;
618
621
  Date: string;
622
+ HasSelfie?: boolean;
619
623
  Id: number;
620
624
  MilestoneId: number;
621
- Selfie?: Partial<FitnessSiteStatusSelfieDto> | null ;
625
+ Name: string;
622
626
  }
623
627
 
624
628
  export interface FitnessSiteStatusActivityTypeDto {
@@ -649,6 +653,7 @@ export interface FitnessSiteStatusMyProgressDto {
649
653
  }
650
654
 
651
655
  export interface FitnessSiteStatusDto {
656
+ AchievedMilestones: Array<Partial<FitnessSiteStatusAchievedMilestoneDto>>;
652
657
  ActivityTypes: Array<Partial<FitnessSiteStatusActivityTypeDto>>;
653
658
  CurrentWeight: number;
654
659
  Distance: number;
@@ -662,7 +667,6 @@ export interface FitnessSiteStatusDto {
662
667
  }
663
668
 
664
669
  export interface FitnessSiteStatusMilestoneDto {
665
- AchievedMilestones: Array<Partial<FitnessSiteStatusAchievedMilestoneDto>>;
666
670
  DistanceGoal: number;
667
671
  DistanceGoalUnitType: DistanceUnitTypeString;
668
672
  Id: number;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@leavittsoftware/lg-core-typescript",
3
- "version": "5.1380.0",
3
+ "version": "5.1382.0",
4
4
  "description": "Typescript of lg core",
5
5
  "main": "lg.typescript.js",
6
6
  "files": [