File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11{
2- "." : " 1.20.2 "
2+ "." : " 1.21.0 "
33}
Original file line number Diff line number Diff line change 11configured_endpoints : 90
2- openapi_spec_url : https://storage.googleapis.com/stainless-sdk-openapi-specs/knock%2Fknock-b0b2bad50557aa0fe95d42cd97c6b45e8c45f6f257950048545faafafc851a17 .yml
3- openapi_spec_hash : 4e26fcff8efa06e31f3b2bfc191a7006
2+ openapi_spec_url : https://storage.googleapis.com/stainless-sdk-openapi-specs/knock%2Fknock-f66cae298f89e5ff3617e24242d98eba7af0fc8a3016cf64ad67e1c86e2af466 .yml
3+ openapi_spec_hash : 8927e92b492fdc408394b6415bfa2587
44config_hash : 32503026a45db991d0d102f25af40a77
Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## 1.21.0 (2026-03-02)
4+
5+ Full Changelog: [ v1.20.2...v1.21.0] ( https://github.com/knocklabs/knock-python/compare/v1.20.2...v1.21.0 )
6+
7+ ### Features
8+
9+ * ** api:** api update ([ 0136eea] ( https://github.com/knocklabs/knock-python/commit/0136eea9f2ef24caa2a1bdd07a48047a13f627e2 ) )
10+
311## 1.20.2 (2026-02-27)
412
513Full Changelog: [ v1.20.1...v1.20.2] ( https://github.com/knocklabs/knock-python/compare/v1.20.1...v1.20.2 )
Original file line number Diff line number Diff line change 11[project ]
22name = " knockapi"
3- version = " 1.20.2 "
3+ version = " 1.21.0 "
44description = " The official Python library for the knock API"
55dynamic = [" readme" ]
66license = " Apache-2.0"
Original file line number Diff line number Diff line change 11# File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
22
33__title__ = "knockapi"
4- __version__ = "1.20.2 " # x-release-please-version
4+ __version__ = "1.21.0 " # x-release-please-version
Original file line number Diff line number Diff line change @@ -99,6 +99,9 @@ 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+
102105 inserted_at : Optional [datetime ] = None
103106
104107 key : Optional [str ] = None
You can’t perform that action at this time.
0 commit comments