@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.
- package/lib/cjs/types/vehicles.js.map +1 -1
- package/lib/esm/types/vehicles.js.map +1 -1
- package/lib/tsconfig.cjs.tsbuildinfo +1 -1
- package/lib/tsconfig.esm.tsbuildinfo +1 -1
- package/lib/types/types/vehicles.d.ts +1 -1
- package/lib/types/types/vehicles.d.ts.map +1 -1
- package/package.json +1 -1
- package/src/types/vehicles.ts +1 -1
package/src/types/vehicles.ts
CHANGED
|
@@ -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;
|