Skip to content

Commit e80717f

Browse files
authored
Merge pull request #122 from chatbotkit/next
Release Node SDK
2 parents 4716510 + fc2b795 commit e80717f

6 files changed

Lines changed: 535 additions & 171 deletions

File tree

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
"@chatbotkit/sdk": minor
3+
---
4+
5+
BREAKING: skillset ability link fields renamed. On create/update/fetch/list/export, `secretId` / `fileId` / `botId` / `spaceId` are now `linkedSecretId` / `linkedFileId` / `linkedBotId` / `linkedSpaceId`. Inline conversation `extensions.skillsets[].abilities[]` entries use `linkedSecretId` (and the new `linkedSpaceId`). GraphQL `Ability` relations `secret` / `file` / `bot` / `space` are now `linkedSecret` / `linkedFile` / `linkedBot` / `linkedSpace`. There are no compatibility aliases; upgrade together with the platform deploy.
6+
7+
Also in this release, from the regenerated `src/types/ability.d.ts`: the `'browser/dispatch'` ability name and the `BrowserDispatchParameters` export are gone (the ability was removed from the platform catalogue), and `BlueprintBulletinCreateParameters.ttl` is now `string` (seconds or a duration such as `"1 hour"`) instead of `number`. Both are breaking for code typed against those exports.
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
'@chatbotkit/sdk': minor
3+
---
4+
5+
Refresh the generated platform API contract so SDK request and response types
6+
match the current GraphQL, task, integration, dataset, and space APIs.

.changeset/space-site-slug.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@chatbotkit/sdk': minor
3+
---
4+
5+
BREAKING: SpaceSite API request and response fields now use `slug` instead of `domain`. Create requests require `slug`; update requests accept an optional `slug`; fetch and list responses expose `slug`.

0 commit comments

Comments
 (0)