Skip to content

Commit 029ba18

Browse files
feat(api): api update
1 parent 3c90c75 commit 029ba18

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-3
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

lib/orb/models/customers/credits/decrement_ledger_entry.rb

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,10 @@ class DecrementLedgerEntry < Orb::Internal::Type::BaseModel
7575
required :starting_balance, Float
7676

7777
# @!attribute event_id
78+
# @deprecated
79+
#
80+
# This field is deprecated and will always be null. Decrements are not associated
81+
# with individual events.
7882
#
7983
# @return [String, nil]
8084
optional :event_id, String, nil?: true
@@ -119,7 +123,7 @@ class DecrementLedgerEntry < Orb::Internal::Type::BaseModel
119123
#
120124
# @param starting_balance [Float]
121125
#
122-
# @param event_id [String, nil]
126+
# @param event_id [String, nil] This field is deprecated and will always be null. Decrements are not associated
123127
#
124128
# @param invoice_id [String, nil]
125129
#

rbi/orb/models/customers/credits/decrement_ledger_entry.rbi

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,8 @@ module Orb
7474
sig { returns(Float) }
7575
attr_accessor :starting_balance
7676

77+
# This field is deprecated and will always be null. Decrements are not associated
78+
# with individual events.
7779
sig { returns(T.nilable(String)) }
7880
attr_accessor :event_id
7981

@@ -123,6 +125,8 @@ module Orb
123125
# `null`.
124126
metadata:,
125127
starting_balance:,
128+
# This field is deprecated and will always be null. Decrements are not associated
129+
# with individual events.
126130
event_id: nil,
127131
invoice_id: nil,
128132
price_id: nil

0 commit comments

Comments
 (0)