Skip to content

Commit bcc249f

Browse files
release: 1.22.0 (#73)
* feat(api): api update * release: 1.22.0 --------- Co-authored-by: stainless-app[bot] <142633134+stainless-app[bot]@users.noreply.github.com>
1 parent fbb7d23 commit bcc249f

6 files changed

Lines changed: 13 additions & 8 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "1.21.0"
2+
".": "1.22.0"
33
}

.stats.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
configured_endpoints: 90
2-
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/knock%2Fknock-f66cae298f89e5ff3617e24242d98eba7af0fc8a3016cf64ad67e1c86e2af466.yml
3-
openapi_spec_hash: 8927e92b492fdc408394b6415bfa2587
2+
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/knock%2Fknock-eaaacf2abf99e5ee2fd681d70e02e9d0bbc7a0216d25cf4f10bae75c5fb59df5.yml
3+
openapi_spec_hash: 51a8f39a76a1bcd85d29a0949d6c353a
44
config_hash: 32503026a45db991d0d102f25af40a77

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## 1.22.0 (2026-03-02)
4+
5+
Full Changelog: [v1.21.0...v1.22.0](https://github.com/knocklabs/knock-python/compare/v1.21.0...v1.22.0)
6+
7+
### Features
8+
9+
* **api:** api update ([f5ea44f](https://github.com/knocklabs/knock-python/commit/f5ea44f29f3970dd2e6d5702d7811836afaabe3b))
10+
311
## 1.21.0 (2026-03-02)
412

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

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "knockapi"
3-
version = "1.21.0"
3+
version = "1.22.0"
44
description = "The official Python library for the knock API"
55
dynamic = ["readme"]
66
license = "Apache-2.0"

src/knockapi/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
22

33
__title__ = "knockapi"
4-
__version__ = "1.21.0" # x-release-please-version
4+
__version__ = "1.22.0" # x-release-please-version

src/knockapi/types/users/guide_get_channel_response.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -99,9 +99,6 @@ class Entry(BaseModel):
9999

100100
channel_id: Optional[str] = None
101101

102-
dashboard_url: Optional[str] = None
103-
"""URL to this guide in the Knock dashboard"""
104-
105102
inserted_at: Optional[datetime] = None
106103

107104
key: Optional[str] = None

0 commit comments

Comments
 (0)