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.360.0"
".": "0.361.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: 220
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/increase%2Fincrease-bee1322960faf189518a3ac4b28f52fab559d991b86edfebe33795ed60f4af0f.yml
openapi_spec_hash: c3f12839150ef30de08776d0ea693f59
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/increase%2Fincrease-d7cf5ee0996fbe47611e26c72b8bd36151ce065c410488583977102f1812b84d.yml
openapi_spec_hash: 8c0f2a172afc0eb0f9fae50250c89216
config_hash: f0b80170c2ea09811aeae3f1e94bc422
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## 0.361.0 (2025-10-16)

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

### Features

* **api:** api update ([2eea54d](https://github.com/Increase/increase-python/commit/2eea54d0938c5bd5eff276b134a9b6e64c90762a))

## 0.360.0 (2025-10-16)

Full Changelog: [v0.359.0...v0.360.0](https://github.com/Increase/increase-python/compare/v0.359.0...v0.360.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.360.0"
version = "0.361.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.360.0" # x-release-please-version
__version__ = "0.361.0" # x-release-please-version
7 changes: 0 additions & 7 deletions src/increase/types/real_time_decision.py
Original file line number Diff line number Diff line change
Expand Up @@ -732,13 +732,6 @@ class DigitalWalletToken(BaseModel):
card_id: str
"""The identifier of the Card that is being tokenized."""

card_profile_id: Optional[str] = None
"""The identifier of the Card Profile that was set via the real time decision.

This will be null until the real time decision is responded to or if the real
time decision did not set a card profile.
"""

decision: Optional[Literal["approve", "decline"]] = None
"""Whether or not the provisioning request was approved.

Expand Down