tremendous 3.7.0 → 3.9.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 +29 -0
- package/dist/api.d.ts +1137 -133
- package/dist/api.js +694 -55
- package/dist/base.d.ts +1 -1
- package/dist/base.js +1 -1
- package/dist/common.d.ts +2 -2
- package/dist/common.js +1 -1
- package/dist/configuration.d.ts +1 -1
- package/dist/configuration.js +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +1 -1
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,34 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [3.9.0](https://github.com/tremendous-rewards/tremendous-node/compare/tremendous-v3.8.0...tremendous-v3.9.0) (2025-06-09)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Features
|
|
7
|
+
|
|
8
|
+
* add more fields to the Funding Source resource ([1a316f7](https://github.com/tremendous-rewards/tremendous-node/commit/1a316f78b1bb7eb9b4165c43ea4114c8bb862beb))
|
|
9
|
+
* add support for the Cancel Reward endpoint ([1a316f7](https://github.com/tremendous-rewards/tremendous-node/commit/1a316f78b1bb7eb9b4165c43ea4114c8bb862beb))
|
|
10
|
+
* add support for the Connected Organization and Connected ([1a316f7](https://github.com/tremendous-rewards/tremendous-node/commit/1a316f78b1bb7eb9b4165c43ea4114c8bb862beb))
|
|
11
|
+
* regen SDK code ([#179](https://github.com/tremendous-rewards/tremendous-node/issues/179)) ([1a316f7](https://github.com/tremendous-rewards/tremendous-node/commit/1a316f78b1bb7eb9b4165c43ea4114c8bb862beb))
|
|
12
|
+
* update fields regarding disclosures on the Products resource ([1a316f7](https://github.com/tremendous-rewards/tremendous-node/commit/1a316f78b1bb7eb9b4165c43ea4114c8bb862beb))
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
### Bug Fixes
|
|
16
|
+
|
|
17
|
+
* expect `200` instead of `201` when creating a Report or a Campaign ([1a316f7](https://github.com/tremendous-rewards/tremendous-node/commit/1a316f78b1bb7eb9b4165c43ea4114c8bb862beb))
|
|
18
|
+
|
|
19
|
+
## [3.8.0](https://github.com/tremendous-rewards/tremendous-node/compare/tremendous-v3.7.0...tremendous-v3.8.0) (2024-12-03)
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
### Features
|
|
23
|
+
|
|
24
|
+
* add `DeliveryMetadata` to `POST /orders` ([#126](https://github.com/tremendous-rewards/tremendous-node/issues/126)) ([850e653](https://github.com/tremendous-rewards/tremendous-node/commit/850e6535678f6e00dda17acb07d2f47fe2c637c3)), closes [#120](https://github.com/tremendous-rewards/tremendous-node/issues/120)
|
|
25
|
+
|
|
26
|
+
|
|
27
|
+
### Bug Fixes
|
|
28
|
+
|
|
29
|
+
* add missing `FraudReviewReason` value ([850e653](https://github.com/tremendous-rewards/tremendous-node/commit/850e6535678f6e00dda17acb07d2f47fe2c637c3))
|
|
30
|
+
* fix typos ([850e653](https://github.com/tremendous-rewards/tremendous-node/commit/850e6535678f6e00dda17acb07d2f47fe2c637c3))
|
|
31
|
+
|
|
3
32
|
## [3.7.0](https://github.com/tremendous-rewards/tremendous-node/compare/tremendous-v3.6.0...tremendous-v3.7.0) (2024-11-08)
|
|
4
33
|
|
|
5
34
|
|