Skip to content

Commit b6515d4

Browse files
committed
feat(Numbers): update changelog
1 parent f59389e commit b6515d4

2 files changed

Lines changed: 6 additions & 2 deletions

File tree

sinch/domains/numbers/models/v1/internal/update_event_destination_request.py

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,8 @@
66

77

88
class UpdateEventDestinationRequest(BaseModelConfigurationRequest):
9-
hmac_secret: Optional[StrictStr] = Field(default=None, alias="hmacSecret", description="The HMAC secret to be updated for the specified project")
9+
hmac_secret: Optional[StrictStr] = Field(
10+
default=None,
11+
alias="hmacSecret",
12+
description="The HMAC secret to be updated for the specified project",
13+
)

sinch/domains/numbers/sinch_events/v1/events/number_sinch_event.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,4 +90,4 @@ class NumberSinchEvent(SinchEvent):
9090
default=None,
9191
alias="internalFailureCode",
9292
description="If the status is FAILED, certain processes (eg. number to campaign provisioning) will have an internalFailureCode in the payload. The details of these codes can be found in our dedicated [Provisioning errors](https://developers.sinch.com/docs/numbers/api-reference/error-codes/provisioning-errors) documentation.",
93-
)
93+
)

0 commit comments

Comments
 (0)