tremendous 3.5.1 → 3.7.0

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.
@@ -1,3 +1,3 @@
1
1
  {
2
- ".": "3.5.1"
2
+ ".": "3.7.0"
3
3
  }
package/CHANGELOG.md CHANGED
@@ -1,5 +1,27 @@
1
1
  # Changelog
2
2
 
3
+ ## [3.7.0](https://github.com/tremendous-rewards/tremendous-node/compare/tremendous-v3.6.0...tremendous-v3.7.0) (2024-11-08)
4
+
5
+
6
+ ### Features
7
+
8
+ * add `discount` to `Order` payment details ([c74239d](https://github.com/tremendous-rewards/tremendous-node/commit/c74239df35ddedaae0277766dcd818f960b1429a))
9
+ * add `risk` property to fraud reviews ([c74239d](https://github.com/tremendous-rewards/tremendous-node/commit/c74239df35ddedaae0277766dcd818f960b1429a))
10
+ * include `order` property when possible on balance transactions endpoint ([#114](https://github.com/tremendous-rewards/tremendous-node/issues/114)) ([c74239d](https://github.com/tremendous-rewards/tremendous-node/commit/c74239df35ddedaae0277766dcd818f960b1429a))
11
+
12
+
13
+ ### Bug Fixes
14
+
15
+ * fix `POST /orders` "created" response schema ([#117](https://github.com/tremendous-rewards/tremendous-node/issues/117)) ([4cade2d](https://github.com/tremendous-rewards/tremendous-node/commit/4cade2dd9880ea902e21398210f9bcede6ba8092))
16
+
17
+ ## [3.6.0](https://github.com/tremendous-rewards/tremendous-node/compare/tremendous-v3.5.1...tremendous-v3.6.0) (2024-11-04)
18
+
19
+
20
+ ### Features
21
+
22
+ * add /reports endpoints ([#112](https://github.com/tremendous-rewards/tremendous-node/issues/112)) ([eb7e536](https://github.com/tremendous-rewards/tremendous-node/commit/eb7e5360e3cfaede2a18725454fa7a3b032c9d4c))
23
+ * add support for updated_phone and updated_email on POST /api/v2/reward/:id/resend ([eb7e536](https://github.com/tremendous-rewards/tremendous-node/commit/eb7e5360e3cfaede2a18725454fa7a3b032c9d4c))
24
+
3
25
  ## [3.5.1](https://github.com/tremendous-rewards/tremendous-node/compare/tremendous-v3.5.0...tremendous-v3.5.1) (2024-09-26)
4
26
 
5
27