@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.
Files changed (2) hide show
  1. package/CHANGELOG.md +5 -3
  2. 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
@@ -4,7 +4,7 @@
4
4
  "type": "git",
5
5
  "url": "https://github.com/ArrowSphere/nodejs-api-client.git"
6
6
  },
7
- "version": "3.58.0-rc.fdi.1",
7
+ "version": "3.58.0",
8
8
  "description": "Node.js client for ArrowSphere's public API",
9
9
  "main": "build/index.js",
10
10
  "types": "build/index.d.ts",