Skip to content

Commit c76bf70

Browse files
feat(api): api update
1 parent 5790d2d commit c76bf70

File tree

2 files changed

+2
-9
lines changed

2 files changed

+2
-9
lines changed

.stats.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
configured_endpoints: 220
2-
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/increase%2Fincrease-bee1322960faf189518a3ac4b28f52fab559d991b86edfebe33795ed60f4af0f.yml
3-
openapi_spec_hash: c3f12839150ef30de08776d0ea693f59
2+
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/increase%2Fincrease-d7cf5ee0996fbe47611e26c72b8bd36151ce065c410488583977102f1812b84d.yml
3+
openapi_spec_hash: 8c0f2a172afc0eb0f9fae50250c89216
44
config_hash: f0b80170c2ea09811aeae3f1e94bc422

src/increase/types/real_time_decision.py

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -732,13 +732,6 @@ class DigitalWalletToken(BaseModel):
732732
card_id: str
733733
"""The identifier of the Card that is being tokenized."""
734734

735-
card_profile_id: Optional[str] = None
736-
"""The identifier of the Card Profile that was set via the real time decision.
737-
738-
This will be null until the real time decision is responded to or if the real
739-
time decision did not set a card profile.
740-
"""
741-
742735
decision: Optional[Literal["approve", "decline"]] = None
743736
"""Whether or not the provisioning request was approved.
744737

0 commit comments

Comments
 (0)