tremendous 4.13.0 → 4.15.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 +23 -0
- package/dist/api.d.ts +1469 -1407
- package/dist/api.js +438 -216
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,28 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [4.15.0](https://github.com/tremendous-rewards/tremendous-node/compare/tremendous-v4.14.0...tremendous-v4.15.0) (2026-07-23)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Features
|
|
7
|
+
|
|
8
|
+
* add `permission` request body to create API key ([f9f34aa](https://github.com/tremendous-rewards/tremendous-node/commit/f9f34aad61d95cfb2f3e14e5cae9342415ae842b))
|
|
9
|
+
* add `read_write`, `read_only` enum for API keys ([f9f34aa](https://github.com/tremendous-rewards/tremendous-node/commit/f9f34aad61d95cfb2f3e14e5cae9342415ae842b))
|
|
10
|
+
* add `state` field to connected org member sessions ([6d6bf56](https://github.com/tremendous-rewards/tremendous-node/commit/6d6bf563b44a800356bf334c9e789934d1e824f5))
|
|
11
|
+
* add delete member endpoint (`DELETE /members/{id}`) ([6d6bf56](https://github.com/tremendous-rewards/tremendous-node/commit/6d6bf563b44a800356bf334c9e789934d1e824f5))
|
|
12
|
+
* add update member endpoint (`PATCH /members/{id}`) ([6d6bf56](https://github.com/tremendous-rewards/tremendous-node/commit/6d6bf563b44a800356bf334c9e789934d1e824f5))
|
|
13
|
+
|
|
14
|
+
## [4.14.0](https://github.com/tremendous-rewards/tremendous-node/compare/tremendous-v4.13.0...tremendous-v4.14.0) (2026-07-03)
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
### Features
|
|
18
|
+
|
|
19
|
+
* rename `kyb` to `kyb_prefill` in connected org create ([8d71686](https://github.com/tremendous-rewards/tremendous-node/commit/8d716864eebb712ad0516743fef9017bfbe51152))
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
### Bug Fixes
|
|
23
|
+
|
|
24
|
+
* remove `prefilled_kyb_details` from connected org responses ([8d71686](https://github.com/tremendous-rewards/tremendous-node/commit/8d716864eebb712ad0516743fef9017bfbe51152))
|
|
25
|
+
|
|
3
26
|
## [4.13.0](https://github.com/tremendous-rewards/tremendous-node/compare/tremendous-v4.12.0...tremendous-v4.13.0) (2026-06-09)
|
|
4
27
|
|
|
5
28
|
|