Skip to content

Commit 95b2009

Browse files
authored
Resolve VCSWP-23198 (#80)
* Add new KnowledgeBase api code to SDK * Add changelog entry * Resolve dependabot alerts * Update markdown files for spell and link check * Replace real-life example for signing secret verification with not-so-real-life example * Regenerate SDK after version and openapi spec file updates * Changes made to openapi spec * Update openapi spec in sdk
1 parent b21b2ee commit 95b2009

18 files changed

+612
-96
lines changed

.openapi-generator/FILES

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,8 @@ models/CallResult.ts
3535
models/CallResultAllOf.ts
3636
models/CallStatus.ts
3737
models/Capabilities.ts
38+
models/CompletionRequest.ts
39+
models/CompletionResult.ts
3840
models/ConferenceList.ts
3941
models/ConferenceListAllOf.ts
4042
models/ConferenceParticipantList.ts

CHANGELOG.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,20 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
99

1010
None
1111

12+
<a name="3.9.0"></a>
13+
14+
## [3.9.0] - 2024-10-08
15+
16+
### Added
17+
18+
- Add KnowledgeBase API to SDK
19+
1220
<a name="3.8.0"></a>
1321

1422
## [3.8.0] - 2024-09-26
1523

1624
### Fixed
25+
1726
- All models containing `_from` updated to use `from`
1827

1928
<a name="3.7.1"></a>
@@ -22,7 +31,7 @@ None
2231

2332
### Fixed
2433

25-
- getNextPage() bug that incorrectly built url
34+
- getNextPage() bug that incorrectly built url
2635

2736
<a name="3.7.0"></a>
2837

0 commit comments

Comments
 (0)