@bisondesk/core-sdk 1.0.276 → 1.0.277

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.
@@ -637,6 +637,7 @@ export type InsightsPriceHistogram = {
637
637
  }[];
638
638
 
639
639
  export type Insights = {
640
+ trends: InsightsOnlineTrends[];
640
641
  online: {
641
642
  count: number;
642
643
  histogramPrices: InsightsPriceHistogram;
@@ -645,7 +646,6 @@ export type Insights = {
645
646
  avgDays: number | null;
646
647
  percentilesPrices: Percentiles;
647
648
  minPrices: number;
648
- trends: InsightsOnlineTrends[];
649
649
  };
650
650
  sold: {
651
651
  count: number;