Skip to content

Commit b4faa41

Browse files
feat(api): api update
1 parent ac41aff commit b4faa41

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/resources/customers/credits/ledger.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -611,6 +611,10 @@ export interface DecrementLedgerEntry {
611611

612612
starting_balance: number;
613613

614+
/**
615+
* @deprecated This field is deprecated and will always be null. Decrements are not
616+
* associated with individual events.
617+
*/
614618
event_id?: string | null;
615619

616620
invoice_id?: string | null;

0 commit comments

Comments
 (0)