diff --git a/.changeset/add-participant-kind-details.md b/.changeset/add-participant-kind-details.md deleted file mode 100644 index 3f66feb9..00000000 --- a/.changeset/add-participant-kind-details.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@livekit/rtc-node': patch ---- - -Expose `kindDetails` on `Participant` and re-export the `ParticipantKindDetail` enum diff --git a/.changeset/agent-dispatch-connector-protocol-bump.md b/.changeset/agent-dispatch-connector-protocol-bump.md deleted file mode 100644 index b9143bdc..00000000 --- a/.changeset/agent-dispatch-connector-protocol-bump.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -'livekit-server-sdk': patch ---- - -Bump `@livekit/protocol` to `1.45.6` and surface new fields on the agent dispatch and connector clients: - -- `AgentDispatchClient.createDispatch`: new `restartPolicy` option (cloud only) -- `ConnectorClient.dialWhatsAppCall` / `acceptWhatsAppCall`: new `ringingTimeout` option (and `waitUntilAnswered` on accept) -- `ConnectorClient.disconnectWhatsAppCall`: new optional `disconnectReason` parameter -- Re-export `JobRestartPolicy` and `DisconnectWhatsAppCallRequest_DisconnectReason` diff --git a/examples/agent-dispatch/CHANGELOG.md b/examples/agent-dispatch/CHANGELOG.md index 962129d7..5597ec2e 100644 --- a/examples/agent-dispatch/CHANGELOG.md +++ b/examples/agent-dispatch/CHANGELOG.md @@ -1,5 +1,12 @@ # agent-dispatch +## 0.0.27 + +### Patch Changes + +- Updated dependencies [[`f93752dfaba1b043bcf7a1b1faaa1c31bc277145`](https://github.com/livekit/node-sdks/commit/f93752dfaba1b043bcf7a1b1faaa1c31bc277145)]: + - livekit-server-sdk@2.15.3 + ## 0.0.26 ### Patch Changes diff --git a/examples/agent-dispatch/package.json b/examples/agent-dispatch/package.json index efc6a114..dc86b044 100644 --- a/examples/agent-dispatch/package.json +++ b/examples/agent-dispatch/package.json @@ -1,6 +1,6 @@ { "name": "agent-dispatch", - "version": "0.0.26", + "version": "0.0.27", "description": "An example demonstrating dispatching agents with an API call", "private": true, "author": "LiveKit", diff --git a/packages/livekit-rtc/CHANGELOG.md b/packages/livekit-rtc/CHANGELOG.md index 810bdd6a..7409f76f 100644 --- a/packages/livekit-rtc/CHANGELOG.md +++ b/packages/livekit-rtc/CHANGELOG.md @@ -1,5 +1,11 @@ # @livekit/rtc-node +## 0.13.28 + +### Patch Changes + +- Expose `kindDetails` on `Participant` and re-export the `ParticipantKindDetail` enum - [#657](https://github.com/livekit/node-sdks/pull/657) ([@anunaym14](https://github.com/anunaym14)) + ## 0.13.27 ### Patch Changes diff --git a/packages/livekit-rtc/package.json b/packages/livekit-rtc/package.json index e9501da1..80a2cdf1 100644 --- a/packages/livekit-rtc/package.json +++ b/packages/livekit-rtc/package.json @@ -3,7 +3,7 @@ "description": "LiveKit RTC Node", "license": "Apache-2.0", "author": "LiveKit", - "version": "0.13.27", + "version": "0.13.28", "main": "dist/index.js", "require": "dist/index.cjs", "types": "dist/index.d.ts", diff --git a/packages/livekit-server-sdk/CHANGELOG.md b/packages/livekit-server-sdk/CHANGELOG.md index 204c2c8f..93921088 100644 --- a/packages/livekit-server-sdk/CHANGELOG.md +++ b/packages/livekit-server-sdk/CHANGELOG.md @@ -1,5 +1,15 @@ # livekit-server-sdk +## 2.15.3 + +### Patch Changes + +- Bump `@livekit/protocol` to `1.45.6` and surface new fields on the agent dispatch and connector clients: - [#657](https://github.com/livekit/node-sdks/pull/657) ([@anunaym14](https://github.com/anunaym14)) + - `AgentDispatchClient.createDispatch`: new `restartPolicy` option (cloud only) + - `ConnectorClient.dialWhatsAppCall` / `acceptWhatsAppCall`: new `ringingTimeout` option (and `waitUntilAnswered` on accept) + - `ConnectorClient.disconnectWhatsAppCall`: new optional `disconnectReason` parameter + - Re-export `JobRestartPolicy` and `DisconnectWhatsAppCallRequest_DisconnectReason` + ## 2.15.2 ### Patch Changes diff --git a/packages/livekit-server-sdk/package.json b/packages/livekit-server-sdk/package.json index c78fbb20..7eaf44f1 100644 --- a/packages/livekit-server-sdk/package.json +++ b/packages/livekit-server-sdk/package.json @@ -1,6 +1,6 @@ { "name": "livekit-server-sdk", - "version": "2.15.2", + "version": "2.15.3", "description": "Server-side SDK for LiveKit", "main": "dist/index.js", "require": "dist/index.cjs",