@hapl/api-queries 0.1.146--canary.74.172391b.0 → 0.1.146

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 CHANGED
@@ -1,3 +1,15 @@
1
+ # v0.1.146 (Wed Mar 09 2022)
2
+
3
+ #### 🐛 Bug Fix
4
+
5
+ - Ручки для работы с заявками на фото [#74](https://github.com/homeappcorporate/api-queries/pull/74) ([@alexandropavlov](https://github.com/alexandropavlov))
6
+
7
+ #### Authors: 1
8
+
9
+ - Alexander Pavlov ([@alexandropavlov](https://github.com/alexandropavlov))
10
+
11
+ ---
12
+
1
13
  # v0.1.145 (Fri Mar 04 2022)
2
14
 
3
15
  #### 🐛 Bug Fix
@@ -1464,10 +1464,7 @@ function findPhotoOrdersRequest(_ref) {
1464
1464
  });
1465
1465
  return {
1466
1466
  ids: ids,
1467
- byId: byId,
1468
- meta: {
1469
- total: data.pageParams.length
1470
- }
1467
+ byId: byId
1471
1468
  };
1472
1469
  }])
1473
1470
  }).then(function (res) {