@arrowsphere/api-client 3.58.0-rc.fdi.1 → 3.58.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/CHANGELOG.md +5 -3
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -3,25 +3,27 @@
|
|
|
3
3
|
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
|
4
4
|
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
|
5
5
|
|
|
6
|
+
## [3.58.0] - 2023-10-19
|
|
7
|
+
|
|
8
|
+
### Changed
|
|
9
|
+
- Update customer client, add post invitation endpoint
|
|
10
|
+
|
|
6
11
|
## [3.57.1] - 2023-10-13
|
|
7
12
|
|
|
8
13
|
### Changed
|
|
9
14
|
- Fixing the missing pillar in the wellArchitected ressources endpoint
|
|
10
15
|
|
|
11
|
-
|
|
12
16
|
## [3.57.0] - 2023-10-10
|
|
13
17
|
|
|
14
18
|
### Changed
|
|
15
19
|
- add method findPriceBandsByQuery
|
|
16
20
|
|
|
17
|
-
|
|
18
21
|
## [3.56.0] - 2023-10-05
|
|
19
22
|
|
|
20
23
|
### Changed
|
|
21
24
|
- The **security** endpoint is now considered deprecrated.
|
|
22
25
|
- Add the **register** and **standards** functions that used the **security** endpoint in the wellArchitected one.
|
|
23
26
|
|
|
24
|
-
|
|
25
27
|
## [3.55.0] - 2023-09-25
|
|
26
28
|
|
|
27
29
|
### Changed
|
package/package.json
CHANGED