@babelforce/manager-sdk 0.38.0 → 0.39.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/dist/index.d.ts +915 -62
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,15 @@
|
|
|
3
3
|
All notable changes to `@babelforce/manager-sdk` are documented here. This project adheres to
|
|
4
4
|
[Semantic Versioning](https://semver.org/).
|
|
5
5
|
|
|
6
|
+
## 0.39.0
|
|
7
|
+
|
|
8
|
+
- Refreshed the vendored manager API spec (richer endpoint descriptions/examples) and regenerated
|
|
9
|
+
the client. No operations added or removed — coverage stays at 397/397.
|
|
10
|
+
- Schema corrections carried over from the refresh: the routing `number` field is now typed as a
|
|
11
|
+
phone-number reference (it previously aliased the application schema), agent-outbound telephony
|
|
12
|
+
settings have their own request-data type, and session-variable bodies are typed as string→value
|
|
13
|
+
maps.
|
|
14
|
+
|
|
6
15
|
## 0.38.0
|
|
7
16
|
|
|
8
17
|
- **BREAKING:** Removed the `apiKey` auth mode (the `X-Auth-Access-Id` / `X-Auth-Access-Token`
|