tremendous 4.0.0 → 4.2.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
- ".": "4.0.0"
2
+ ".": "4.2.0"
3
3
  }
package/CHANGELOG.md CHANGED
@@ -1,5 +1,35 @@
1
1
  # Changelog
2
2
 
3
+ ## [4.2.0](https://github.com/tremendous-rewards/tremendous-node/compare/tremendous-v4.1.0...tremendous-v4.2.0) (2026-02-07)
4
+
5
+
6
+ ### Features
7
+
8
+ * add create field endpoint (POST /fields) ([0817971](https://github.com/tremendous-rewards/tremendous-node/commit/0817971273bed122ef728906556c429b3d708dee))
9
+ * regenerate SDK ([#250](https://github.com/tremendous-rewards/tremendous-node/issues/250)) ([0817971](https://github.com/tremendous-rewards/tremendous-node/commit/0817971273bed122ef728906556c429b3d708dee))
10
+
11
+
12
+ ### Bug Fixes
13
+
14
+ * type field data as structured object instead of untyped record ([0817971](https://github.com/tremendous-rewards/tremendous-node/commit/0817971273bed122ef728906556c429b3d708dee))
15
+
16
+ ## [4.1.0](https://github.com/tremendous-rewards/tremendous-node/compare/tremendous-v4.0.0...tremendous-v4.1.0) (2026-01-28)
17
+
18
+
19
+ ### Features
20
+
21
+ * add currency support to invoices (USD, EUR, GBP) ([74af7fa](https://github.com/tremendous-rewards/tremendous-node/commit/74af7fa96c32d6ca7d93481e42acf284654b4ad3))
22
+ * add new Topups API (create, get, list) ([74af7fa](https://github.com/tremendous-rewards/tremendous-node/commit/74af7fa96c32d6ca7d93481e42acf284654b4ad3))
23
+ * allow BALANCE keyword in get_funding_source ([74af7fa](https://github.com/tremendous-rewards/tremendous-node/commit/74af7fa96c32d6ca7d93481e42acf284654b4ad3))
24
+ * expand fraud review schema with additional fields ([74af7fa](https://github.com/tremendous-rewards/tremendous-node/commit/74af7fa96c32d6ca7d93481e42acf284654b4ad3))
25
+ * regenerate SDK ([#244](https://github.com/tremendous-rewards/tremendous-node/issues/244)) ([74af7fa](https://github.com/tremendous-rewards/tremendous-node/commit/74af7fa96c32d6ca7d93481e42acf284654b4ad3))
26
+
27
+
28
+ ### Bug Fixes
29
+
30
+ * make funding source meta fields nullable ([74af7fa](https://github.com/tremendous-rewards/tremendous-node/commit/74af7fa96c32d6ca7d93481e42acf284654b4ad3))
31
+ * update redemption method enum values ([74af7fa](https://github.com/tremendous-rewards/tremendous-node/commit/74af7fa96c32d6ca7d93481e42acf284654b4ad3))
32
+
3
33
  ## [4.0.0](https://github.com/tremendous-rewards/tremendous-node/compare/tremendous-v3.11.0...tremendous-v4.0.0) (2025-10-21)
4
34
 
5
35