@arrowsphere/api-client 3.210.0-rc-bdj-1 → 3.210.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 +7 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -3,11 +3,17 @@
|
|
|
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.210.0] - 2025.07.29
|
|
7
|
+
|
|
8
|
+
### Added
|
|
9
|
+
|
|
10
|
+
- [customers] add endpoint `getCustomerVendorCredentials`
|
|
11
|
+
|
|
6
12
|
## [3.209.0] - 2025.07.24
|
|
7
13
|
|
|
8
14
|
### Added
|
|
9
15
|
|
|
10
|
-
- [graphql-api] add schema `supportLevel`
|
|
16
|
+
- [graphql-api] add schema `supportLevel`
|
|
11
17
|
|
|
12
18
|
### Modified
|
|
13
19
|
- [graphql-api] add extra fields to IssueFields and fix some problems
|
package/package.json
CHANGED