saferoute-api 0.2.1 → 0.2.2

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.
Files changed (2) hide show
  1. package/README.md +2 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -147,6 +147,8 @@ type APIDataResponse<D> =
147
147
  };
148
148
  ```
149
149
 
150
+ #### APIDataPaginatedResponse
151
+
150
152
  Тип для запросов, в которых сервер возвращает список с постраничной навигацией.
151
153
 
152
154
  ```typescript
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "saferoute-api",
3
- "version": "0.2.1",
3
+ "version": "0.2.2",
4
4
  "description": "Пакет для работы с API агрегатора служб доставки SafeRoute.",
5
5
  "main": "dist/index.js",
6
6
  "files": [