Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "1.21.0"
".": "1.22.0"
}
4 changes: 2 additions & 2 deletions .stats.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
configured_endpoints: 90
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/knock%2Fknock-f66cae298f89e5ff3617e24242d98eba7af0fc8a3016cf64ad67e1c86e2af466.yml
openapi_spec_hash: 8927e92b492fdc408394b6415bfa2587
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/knock%2Fknock-eaaacf2abf99e5ee2fd681d70e02e9d0bbc7a0216d25cf4f10bae75c5fb59df5.yml
openapi_spec_hash: 51a8f39a76a1bcd85d29a0949d6c353a
config_hash: 32503026a45db991d0d102f25af40a77
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## 1.22.0 (2026-03-02)

Full Changelog: [v1.21.0...v1.22.0](https://github.com/knocklabs/knock-python/compare/v1.21.0...v1.22.0)

### Features

* **api:** api update ([f5ea44f](https://github.com/knocklabs/knock-python/commit/f5ea44f29f3970dd2e6d5702d7811836afaabe3b))

## 1.21.0 (2026-03-02)

Full Changelog: [v1.20.2...v1.21.0](https://github.com/knocklabs/knock-python/compare/v1.20.2...v1.21.0)
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "knockapi"
version = "1.21.0"
version = "1.22.0"
description = "The official Python library for the knock API"
dynamic = ["readme"]
license = "Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion src/knockapi/_version.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.

__title__ = "knockapi"
__version__ = "1.21.0" # x-release-please-version
__version__ = "1.22.0" # x-release-please-version
3 changes: 0 additions & 3 deletions src/knockapi/types/users/guide_get_channel_response.py
Original file line number Diff line number Diff line change
Expand Up @@ -99,9 +99,6 @@ class Entry(BaseModel):

channel_id: Optional[str] = None

dashboard_url: Optional[str] = None
"""URL to this guide in the Knock dashboard"""

inserted_at: Optional[datetime] = None

key: Optional[str] = None
Expand Down