@arrowsphere/api-client 3.178.0-rc-bdj-3 → 3.178.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 +9 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,15 @@
|
|
|
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.178.0] - 2025.03.05
|
|
7
|
+
|
|
8
|
+
### Added
|
|
9
|
+
|
|
10
|
+
- [graphql-api] add field contact to SelectAllResponseDataSchema
|
|
11
|
+
- [graphql-api] add field organizationUnits to PartnerType
|
|
12
|
+
- [graphql-api] add field companies to ContactsType
|
|
13
|
+
- [graphql-api] add fields contacts, endCustomer, endCustomersCount to OrganizationUnitsType
|
|
14
|
+
|
|
6
15
|
## [3.177.1] - 2025.03.04
|
|
7
16
|
|
|
8
17
|
### Added
|
package/package.json
CHANGED