tremendous 4.1.0 → 4.3.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.
- package/.release-please-manifest.json +1 -1
- package/CHANGELOG.md +26 -0
- package/dist/api.d.ts +274 -23
- package/dist/api.js +126 -13
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,31 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [4.3.0](https://github.com/tremendous-rewards/tremendous-node/compare/tremendous-v4.2.0...tremendous-v4.3.0) (2026-02-25)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Features
|
|
7
|
+
|
|
8
|
+
* add nullable `expires_at` field to Reward responses across all ([f014160](https://github.com/tremendous-rewards/tremendous-node/commit/f0141607110c875597ddc58a2a28cfe6cbdee4cb))
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
### Bug Fixes
|
|
12
|
+
|
|
13
|
+
* Remove `BGN` currency code reference ([f014160](https://github.com/tremendous-rewards/tremendous-node/commit/f0141607110c875597ddc58a2a28cfe6cbdee4cb))
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
## [4.2.0](https://github.com/tremendous-rewards/tremendous-node/compare/tremendous-v4.1.0...tremendous-v4.2.0) (2026-02-07)
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
### Features
|
|
20
|
+
|
|
21
|
+
* add create field endpoint (POST /fields) ([0817971](https://github.com/tremendous-rewards/tremendous-node/commit/0817971273bed122ef728906556c429b3d708dee))
|
|
22
|
+
* regenerate SDK ([#250](https://github.com/tremendous-rewards/tremendous-node/issues/250)) ([0817971](https://github.com/tremendous-rewards/tremendous-node/commit/0817971273bed122ef728906556c429b3d708dee))
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
### Bug Fixes
|
|
26
|
+
|
|
27
|
+
* type field data as structured object instead of untyped record ([0817971](https://github.com/tremendous-rewards/tremendous-node/commit/0817971273bed122ef728906556c429b3d708dee))
|
|
28
|
+
|
|
3
29
|
## [4.1.0](https://github.com/tremendous-rewards/tremendous-node/compare/tremendous-v4.0.0...tremendous-v4.1.0) (2026-01-28)
|
|
4
30
|
|
|
5
31
|
|