@hapl/api-queries 0.2.11--canary.134.58933ca.0 → 0.2.11

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 (48) hide show
  1. package/CHANGELOG.md +13 -0
  2. package/dist/api-queries.cjs.development.js +1394 -2165
  3. package/dist/api-queries.cjs.development.js.map +1 -1
  4. package/dist/api-queries.cjs.production.min.js +1 -1
  5. package/dist/api-queries.cjs.production.min.js.map +1 -1
  6. package/dist/api-queries.esm.js +1394 -2165
  7. package/dist/api-queries.esm.js.map +1 -1
  8. package/dist/clients/v1/api/buyer/findBuyers/index.d.ts +2 -15
  9. package/dist/clients/v1/api/index.d.ts +7 -19
  10. package/dist/clients/v1/index.d.ts +0 -12
  11. package/dist/clients/v1/types/Buyer.d.ts +0 -6
  12. package/dist/clients/v1/types/Call.d.ts +2 -2
  13. package/dist/clients/v1/types/index.d.ts +1 -3
  14. package/package.json +1 -1
  15. package/src/clients/v1/api/buyer/findBuyers/index.ts +2 -17
  16. package/src/clients/v1/api/index.ts +7 -19
  17. package/src/clients/v1/index.ts +5 -118
  18. package/src/clients/v1/types/Buyer.ts +0 -7
  19. package/src/clients/v1/types/Call.ts +2 -2
  20. package/src/clients/v1/types/index.ts +1 -3
  21. package/dist/clients/v1/api/buyer/closeBuyer/index.d.ts +0 -37
  22. package/dist/clients/v1/api/buyer/findBuyerStatuses/index.d.ts +0 -36
  23. package/dist/clients/v1/api/buyer/findBuyerUniquePhones/index.d.ts +0 -23
  24. package/dist/clients/v1/api/buyer/findBuyertById/index.d.ts +0 -33
  25. package/dist/clients/v1/api/buyer/resetBuyerStatusTimer/index.d.ts +0 -29
  26. package/dist/clients/v1/api/buyer/shareBuyer/index.d.ts +0 -33
  27. package/dist/clients/v1/api/buyer/updateBuyer/index.d.ts +0 -38
  28. package/dist/clients/v1/api/realty/findRealtyPriceHistory/index.d.ts +0 -39
  29. package/dist/clients/v1/api/serviceRequest/buyer/findBuyerRejectionReasonStatistic/index.d.ts +0 -36
  30. package/dist/clients/v1/api/serviceRequest/buyer/findBuyerStatusStatistic/index.d.ts +0 -40
  31. package/dist/clients/v1/api/serviceRequest/createServiceRequestSellerReport/index.d.ts +0 -31
  32. package/dist/clients/v1/api/serviceRequest/findServiceRequestCategoryById/index.d.ts +0 -44
  33. package/dist/clients/v1/types/BuyerStatusHistory.d.ts +0 -11
  34. package/dist/clients/v1/types/PriceHistory.d.ts +0 -9
  35. package/src/clients/v1/api/buyer/closeBuyer/index.ts +0 -47
  36. package/src/clients/v1/api/buyer/findBuyerStatuses/index.ts +0 -61
  37. package/src/clients/v1/api/buyer/findBuyerUniquePhones/index.ts +0 -51
  38. package/src/clients/v1/api/buyer/findBuyertById/index.ts +0 -48
  39. package/src/clients/v1/api/buyer/resetBuyerStatusTimer/index.ts +0 -42
  40. package/src/clients/v1/api/buyer/shareBuyer/index.ts +0 -40
  41. package/src/clients/v1/api/buyer/updateBuyer/index.ts +0 -48
  42. package/src/clients/v1/api/realty/findRealtyPriceHistory/index.ts +0 -43
  43. package/src/clients/v1/api/serviceRequest/buyer/findBuyerRejectionReasonStatistic/index.ts +0 -44
  44. package/src/clients/v1/api/serviceRequest/buyer/findBuyerStatusStatistic/index.ts +0 -48
  45. package/src/clients/v1/api/serviceRequest/createServiceRequestSellerReport/index.ts +0 -42
  46. package/src/clients/v1/api/serviceRequest/findServiceRequestCategoryById/index.ts +0 -48
  47. package/src/clients/v1/types/BuyerStatusHistory.ts +0 -12
  48. package/src/clients/v1/types/PriceHistory.ts +0 -7
package/CHANGELOG.md CHANGED
@@ -1,3 +1,16 @@
1
+ # v0.2.11 (Thu Dec 22 2022)
2
+
3
+ #### ⚠️ Pushed to `main`
4
+
5
+ - Revert "FE-1355: правки значение в счетах на оплату" ([@alexandropavlov](https://github.com/alexandropavlov))
6
+ - FE-1355: правки значение в счетах на оплату ([@alexandropavlov](https://github.com/alexandropavlov))
7
+
8
+ #### Authors: 1
9
+
10
+ - Alexander Pavlov ([@alexandropavlov](https://github.com/alexandropavlov))
11
+
12
+ ---
13
+
1
14
  # v0.2.10 (Thu Dec 01 2022)
2
15
 
3
16
  #### 🐛 Bug Fix