@hapl/api-queries 0.1.101--canary.36.4a8f388.0 → 0.1.102
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/CHANGELOG.md +24 -0
- package/dist/api-queries.cjs.development.js.map +1 -1
- package/dist/api-queries.cjs.production.min.js.map +1 -1
- package/dist/api-queries.esm.js.map +1 -1
- package/dist/clients/v1/api/serviceRequest/findServiceRequests/index.d.ts +1 -0
- package/package.json +1 -1
- package/src/clients/v1/api/serviceRequest/findServiceRequests/index.ts +1 -0
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,27 @@
|
|
|
1
|
+
# v0.1.102 (Thu Dec 23 2021)
|
|
2
|
+
|
|
3
|
+
#### 🐛 Bug Fix
|
|
4
|
+
|
|
5
|
+
- FE-1172: добавлена ручка для закрытия(удаления) ЗОУ [#36](https://github.com/homeappcorporate/api-queries/pull/36) ([@abd2561024](https://github.com/abd2561024))
|
|
6
|
+
|
|
7
|
+
#### Authors: 1
|
|
8
|
+
|
|
9
|
+
- Andrey Romashin ([@abd2561024](https://github.com/abd2561024))
|
|
10
|
+
|
|
11
|
+
---
|
|
12
|
+
|
|
13
|
+
# v0.1.101 (Thu Dec 23 2021)
|
|
14
|
+
|
|
15
|
+
#### 🐛 Bug Fix
|
|
16
|
+
|
|
17
|
+
- Добавлен фильтр isDeferred для списка зоу [#38](https://github.com/homeappcorporate/api-queries/pull/38) ([@alexandropavlov](https://github.com/alexandropavlov))
|
|
18
|
+
|
|
19
|
+
#### Authors: 1
|
|
20
|
+
|
|
21
|
+
- Alexander Pavlov ([@alexandropavlov](https://github.com/alexandropavlov))
|
|
22
|
+
|
|
23
|
+
---
|
|
24
|
+
|
|
1
25
|
# v0.1.100 (Tue Dec 14 2021)
|
|
2
26
|
|
|
3
27
|
#### 🐛 Bug Fix
|