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.23.0"
".": "1.24.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-f28db2de9832bc5eb6f9116139dda9b5c629173f18da70edfce9fe2039997123.yml
openapi_spec_hash: 490c9be7d8cafe8b9798bce84798028b
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/knock%2Fknock-8453f7087b0207e02d485220151fc4eb2348689b4c281de0184cdc80f9a15c01.yml
openapi_spec_hash: deda6ffd2fc6c4d79a556cb216811cc8
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.24.0 (2026-03-13)

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

### Features

* **api:** api update ([641df79](https://github.com/knocklabs/knock-python/commit/641df79ea7e3b597eab9e4d253f7b3074cfa59f5))

## 1.23.0 (2026-03-12)

Full Changelog: [v1.22.1...v1.23.0](https://github.com/knocklabs/knock-python/compare/v1.22.1...v1.23.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.23.0"
version = "1.24.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.23.0" # x-release-please-version
__version__ = "1.24.0" # x-release-please-version
1 change: 1 addition & 0 deletions src/knockapi/types/shared/condition.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ class Condition(BaseModel):
"is_timestamp_on_or_after_date",
"is_timestamp_before_date",
"is_timestamp_between",
"is_between",
"is_audience_member",
"is_not_audience_member",
]
Expand Down
1 change: 1 addition & 0 deletions src/knockapi/types/shared_params/condition.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ class Condition(TypedDict, total=False):
"is_timestamp_on_or_after_date",
"is_timestamp_before_date",
"is_timestamp_between",
"is_between",
"is_audience_member",
"is_not_audience_member",
]
Expand Down