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 @@
{
".": "0.481.0"
".": "0.482.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: 241
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/increase%2Fincrease-a507102e6e65ff03ce152e53c8ca9ed97959b797ac87b00eca5d78be3c553502.yml
openapi_spec_hash: 442ee94177455e035d8e84c85f5006f7
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/increase%2Fincrease-ec147e2dbcccb835ada48a743903d43ab228330e476558ba74dc87f248345303.yml
openapi_spec_hash: 333fdaec2de515a123cc44401b432aa2
config_hash: d48e9f65bcf642f92610034d6c43f07a
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## 0.482.0 (2026-04-13)

Full Changelog: [v0.481.0...v0.482.0](https://github.com/Increase/increase-python/compare/v0.481.0...v0.482.0)

### Features

* **api:** api update ([8650550](https://github.com/Increase/increase-python/commit/8650550d91a3256853de89a142d5030aabf19f95))

## 0.481.0 (2026-04-12)

Full Changelog: [v0.480.0...v0.481.0](https://github.com/Increase/increase-python/compare/v0.480.0...v0.481.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 = "increase"
version = "0.481.0"
version = "0.482.0"
description = "The official Python library for the increase API"
dynamic = ["readme"]
license = "Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion src/increase/_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__ = "increase"
__version__ = "0.481.0" # x-release-please-version
__version__ = "0.482.0" # x-release-please-version
6 changes: 6 additions & 0 deletions src/increase/types/entity.py
Original file line number Diff line number Diff line change
Expand Up @@ -872,6 +872,12 @@ class Entity(BaseModel):
was created.
"""

creating_entity_onboarding_session_id: Optional[str] = None
"""
The identifier of the Entity Onboarding Session that was used to create this
Entity, if any.
"""

description: Optional[str] = None
"""The entity's description for display purposes."""

Expand Down