From 33c6b964c6e633b85110988f3086791e2dd464a9 Mon Sep 17 00:00:00 2001 From: Antoine SEIN <142824551+asein-sinch@users.noreply.github.com> Date: Tue, 1 Oct 2024 14:50:18 +0200 Subject: [PATCH] Update change logs --- packages/sms/CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/packages/sms/CHANGELOG.md b/packages/sms/CHANGELOG.md index 6491216..2ee38a3 100644 --- a/packages/sms/CHANGELOG.md +++ b/packages/sms/CHANGELOG.md @@ -8,6 +8,13 @@ - [Bugfix] In the interface `UpdateGroupRequest`, the property `name` can also be set to null to remove an existing name set. - [Deprecation Notice] All variations of a group response (`GroupResponse`, `CreateGroupResponse`, `ReplaceGroupResponse` and `UpdateGroupResponse`) are deprecated and replaced by the unique interface `Group`. - [Deprecation Notice] In the interface `GetDeliveryReportByPhoneNumberRequestData`, the request parameter `recipient_msisdn` is deprecated and should be replaced by `phone_number`. +- [Deprecation Notice] The "parameters" related interfaces have been updated and the interface `ParameterGroup`uses an index signature to allow for arbitrary keys instead of extending a `Record`: + +| Deprecated | New | +|--------------------------|-----------------| +| ParameterObj | ParameterGroup | +| ParameterObjParameterKey | ParameterValues | + - [E2E] Add Cucumber steps implementation. ## Version 1.1.0