saferoute-api 0.5.11 → 0.5.12

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.
@@ -73,12 +73,13 @@ type MarketplaceFBOCalculatorService = {
73
73
  id: SERVICES_CATEGORIES;
74
74
  name: string;
75
75
  };
76
- service?: {
77
- price: {
76
+ servicePrice?: {
77
+ calculated: number | null;
78
+ perUnit: {
78
79
  value: number | null;
79
- isFrom: boolean;
80
+ unitMeasurement?: SERVICE_PRICE_UNIT_MEASUREMENTS;
80
81
  };
81
- unitMeasurement?: SERVICE_PRICE_UNIT_MEASUREMENTS;
82
+ isFrom: boolean;
82
83
  };
83
84
  material?: {
84
85
  sizeId: number;
@@ -103,6 +104,7 @@ type MarketplaceFBOCalculatorService = {
103
104
  unitMeasurement: SERVICE_PRICE_UNIT_MEASUREMENTS;
104
105
  price: number | null;
105
106
  };
107
+ freeStoragePeriod?: number | null;
106
108
  count: number;
107
109
  totalPrice: number | null;
108
110
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "saferoute-api",
3
- "version": "0.5.11",
3
+ "version": "0.5.12",
4
4
  "description": "Пакет для работы с API агрегатора служб доставки SafeRoute.",
5
5
  "main": "dist/index.js",
6
6
  "files": [