randmarcomps 1.586.0 → 1.587.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.
@@ -604,6 +604,7 @@ declare interface IProps_2 {
604
604
  isSuperAdmin: boolean;
605
605
  reseller?: Reseller;
606
606
  withoutReports?: boolean;
607
+ loadFullAfterSummary?: boolean;
607
608
  }
608
609
 
609
610
  export declare function Label({ className, ...props }: React_2.ComponentProps<typeof LabelPrimitive.Root>): JSX.Element;
@@ -860,7 +861,7 @@ export declare interface ResellerCardProps {
860
861
  loading?: boolean;
861
862
  }
862
863
 
863
- export declare function ResellerOverview({ appID, reseller, readonly, userEmail, isSuperAdmin, withoutReports }: IProps_2): JSX.Element;
864
+ export declare function ResellerOverview({ appID, reseller, readonly, userEmail, isSuperAdmin, withoutReports, loadFullAfterSummary, }: IProps_2): JSX.Element;
864
865
 
865
866
  export declare function ResellerQualificationsCard({ qualifications, loading }: ResellerQualificationsCardProps): JSX.Element;
866
867