saferoute-api 0.5.14 → 0.5.16

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.
@@ -68,5 +68,5 @@ export type Fair = {
68
68
  * Параметры запроса списка рынков
69
69
  */
70
70
  export type GetFairsParams = {
71
- regionNumber: string;
71
+ regionNumber?: string | null;
72
72
  };
@@ -9,6 +9,7 @@ export type Warehouse = {
9
9
  * Регион нахождения складов фулфилмент
10
10
  */
11
11
  export type FulfilmentWarehouseRegion = {
12
+ id: number;
12
13
  code: string;
13
14
  name: string;
14
15
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "saferoute-api",
3
- "version": "0.5.14",
3
+ "version": "0.5.16",
4
4
  "description": "Пакет для работы с API агрегатора служб доставки SafeRoute.",
5
5
  "main": "dist/index.js",
6
6
  "files": [