Skip to content

Commit 66f8ed6

Browse files
feat(api): api update
1 parent 3a776fa commit 66f8ed6

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
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: 236
2-
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/increase%2Fincrease-4a9671050881b7d7579bd118589b25ed43dccb69677f5ab8576df6f70de9a0dc.yml
3-
openapi_spec_hash: b72da714aeef1e6652e6cc595ef65f94
2+
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/increase%2Fincrease-fae765b6b1b34f9c649fec11885e4d0e5b8b1cab0baf0f440dfd5eba040e7047.yml
3+
openapi_spec_hash: 9900b1c763a43261e0288896379541fe
44
config_hash: 25d7d7aa4882db6189b4b53e8e249e80

src/increase/types/card_payment.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -375,7 +375,7 @@ class ElementCardAuthentication(BaseModel):
375375
id: str
376376
"""The Card Authentication identifier."""
377377

378-
access_control_server_transaction_id: str
378+
access_control_server_transaction_identifier: str
379379
"""
380380
A unique identifier assigned by the Access Control Server (us) for this
381381
transaction.
@@ -467,7 +467,7 @@ class ElementCardAuthentication(BaseModel):
467467
device_channel: ElementCardAuthenticationDeviceChannel
468468
"""The device channel of the card authentication attempt."""
469469

470-
directory_server_transaction_id: str
470+
directory_server_transaction_identifier: str
471471
"""
472472
A unique identifier assigned by the Directory Server (the card network) for this
473473
transaction.
@@ -619,7 +619,7 @@ class ElementCardAuthentication(BaseModel):
619619
threshold.
620620
"""
621621

622-
three_d_secure_server_transaction_id: str
622+
three_d_secure_server_transaction_identifier: str
623623
"""
624624
A unique identifier assigned by the 3DS Server initiating the authentication
625625
attempt for this transaction.

src/increase/types/real_time_decision.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@ class CardAuthenticationMessageCategory(BaseModel):
224224
class CardAuthentication(BaseModel):
225225
"""Fields related to a 3DS authentication attempt."""
226226

227-
access_control_server_transaction_id: str
227+
access_control_server_transaction_identifier: str
228228
"""
229229
A unique identifier assigned by the Access Control Server (us) for this
230230
transaction.
@@ -296,7 +296,7 @@ class CardAuthentication(BaseModel):
296296
device_channel: CardAuthenticationDeviceChannel
297297
"""The device channel of the card authentication attempt."""
298298

299-
directory_server_transaction_id: str
299+
directory_server_transaction_identifier: str
300300
"""
301301
A unique identifier assigned by the Directory Server (the card network) for this
302302
transaction.
@@ -414,7 +414,7 @@ class CardAuthentication(BaseModel):
414414
shipping_address_state: Optional[str] = None
415415
"""The US state of the shipping address associated with this purchase."""
416416

417-
three_d_secure_server_transaction_id: str
417+
three_d_secure_server_transaction_identifier: str
418418
"""
419419
A unique identifier assigned by the 3DS Server initiating the authentication
420420
attempt for this transaction.

0 commit comments

Comments
 (0)