Skip to content

Commit 4e3652d

Browse files
feat(api): api update
1 parent 403afe2 commit 4e3652d

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
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: 139
2-
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/orb%2Forb-ebac75191b7fecb0dc03df5b9eeb62d99811905552ddc2a2bd5a7a77dbfe00d3.yml
3-
openapi_spec_hash: 1b96488643f8c4bc07ea184aa2505ca7
2+
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/orb%2Forb-b1ac6575304b8d616a2d758bfaa630d9b909f22b6bf0259cf01ee87e2db1229f.yml
3+
openapi_spec_hash: fb87fae72aa232e036f2fc029919412c
44
config_hash: c01c1191b1cd696c7ca855ff6d28a8df

src/orb/types/customers/credits/decrement_ledger_entry.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,10 @@ class DecrementLedgerEntry(BaseModel):
4545
starting_balance: float
4646

4747
event_id: Optional[str] = None
48+
"""This field is deprecated and will always be null.
49+
50+
Decrements are not associated with individual events.
51+
"""
4852

4953
invoice_id: Optional[str] = None
5054

0 commit comments

Comments
 (0)