Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.1.0-alpha.13"
".": "0.1.0-alpha.14"
}
2 changes: 1 addition & 1 deletion .stats.yml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
configured_endpoints: 103
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/orb%2Forb-26c7b0375aaf9218b32f9af29242d38e67a8318f3ae3e8cc5d1cd86c60e89e51.yml
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/orb%2Forb-7b65f996788617c2d2f2e8e941d366edd1a2844f15eefec555e220b03bbc6d4c.yml
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## 0.1.0-alpha.14 (2025-02-25)

Full Changelog: [v0.1.0-alpha.13...v0.1.0-alpha.14](https://github.com/orbcorp/orb-ruby/compare/v0.1.0-alpha.13...v0.1.0-alpha.14)

### Features

* **api:** api update ([#71](https://github.com/orbcorp/orb-ruby/issues/71)) ([764f299](https://github.com/orbcorp/orb-ruby/commit/764f2994cf9b747cd2aff3c1e5a64de106736534))


### Chores

* **internal:** prune unused `extern` references ([#70](https://github.com/orbcorp/orb-ruby/issues/70)) ([4106e51](https://github.com/orbcorp/orb-ruby/commit/4106e51d8e188ca27ebce51e851c2a501a58d3aa))
* **internal:** version bump ([#68](https://github.com/orbcorp/orb-ruby/issues/68)) ([f3ee7c1](https://github.com/orbcorp/orb-ruby/commit/f3ee7c1b71a56d535b20d85e4d092f4c0c5b348b))

## 0.1.0-alpha.13 (2025-02-21)

Full Changelog: [v0.1.0-alpha.12...v0.1.0-alpha.13](https://github.com/orbcorp/orb-ruby/compare/v0.1.0-alpha.12...v0.1.0-alpha.13)
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ GIT
PATH
remote: .
specs:
orb (0.1.0.pre.alpha.13)
orb (0.1.0.pre.alpha.14)
connection_pool

GEM
Expand Down
2 changes: 0 additions & 2 deletions lib/orb/base_model.rb
Original file line number Diff line number Diff line change
Expand Up @@ -369,7 +369,6 @@ def self.try_strict_coerce(value)
# @abstract
#
class Union
extend Orb::Extern
extend Orb::Converter

# @private
Expand Down Expand Up @@ -842,7 +841,6 @@ def initialize(type_info, spec = {})
# @abstract
#
class BaseModel
extend Orb::Extern
extend Orb::Converter

# @private
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ class SubscriptionUpdateFixedFeeQuantityParams < Orb::BaseModel
# @!attribute [r] change_option
# Determines when the change takes effect. Note that if `effective_date` is
# specified, this defaults to `effective_date`. Otherwise, this defaults to
# `immediate` unless it's explicitly set to `upcoming_invoice.
# `immediate` unless it's explicitly set to `upcoming_invoice`.
#
# @return [Symbol, Orb::Models::SubscriptionUpdateFixedFeeQuantityParams::ChangeOption, nil]
optional :change_option, enum: -> { Orb::Models::SubscriptionUpdateFixedFeeQuantityParams::ChangeOption }
Expand Down Expand Up @@ -72,7 +72,7 @@ class SubscriptionUpdateFixedFeeQuantityParams < Orb::BaseModel
#
# Determines when the change takes effect. Note that if `effective_date` is
# specified, this defaults to `effective_date`. Otherwise, this defaults to
# `immediate` unless it's explicitly set to `upcoming_invoice.
# `immediate` unless it's explicitly set to `upcoming_invoice`.
#
# @example
# ```ruby
Expand Down
2 changes: 1 addition & 1 deletion lib/orb/resources/subscriptions.rb
Original file line number Diff line number Diff line change
Expand Up @@ -1410,7 +1410,7 @@ def unschedule_pending_plan_changes(subscription_id, params = {})
#
# @option params [Symbol, Orb::Models::SubscriptionUpdateFixedFeeQuantityParams::ChangeOption] :change_option Determines when the change takes effect. Note that if `effective_date` is
# specified, this defaults to `effective_date`. Otherwise, this defaults to
# `immediate` unless it's explicitly set to `upcoming_invoice.
# `immediate` unless it's explicitly set to `upcoming_invoice`.
#
# @option params [Date, nil] :effective_date The date that the quantity change should take effect, localized to the
# customer's timezone. Ifthis parameter is not passed in, the quantity change is
Expand Down
2 changes: 1 addition & 1 deletion lib/orb/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module Orb
VERSION = "0.1.0-alpha.13"
VERSION = "0.1.0-alpha.14"
end
2 changes: 0 additions & 2 deletions rbi/lib/orb/base_model.rbi
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,6 @@ module Orb
class Union
abstract!

extend Orb::Extern
extend Orb::Converter

sig { returns(T::Array[[T.nilable(Symbol), Proc]]) }
Expand Down Expand Up @@ -331,7 +330,6 @@ module Orb
class BaseModel
abstract!

extend Orb::Extern
extend Orb::Converter

KnownFieldShape = T.type_alias { {mode: T.nilable(Symbol), required: T::Boolean} }
Expand Down
2 changes: 1 addition & 1 deletion rbi/lib/orb/version.rbi
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# typed: strong

module Orb
VERSION = "0.1.0-alpha.13"
VERSION = "0.1.0-alpha.14"
end
2 changes: 0 additions & 2 deletions sig/orb/base_model.rbs
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,6 @@ module Orb
end

class Union
extend Orb::Extern
extend Orb::Converter

private def self.known_variants: -> ::Array[[Symbol?, Proc]]
Expand Down Expand Up @@ -165,7 +164,6 @@ module Orb
end

class BaseModel
extend Orb::Extern
extend Orb::Converter

type known_field = { mode: (:coerce | :dump)?, required: bool }
Expand Down
2 changes: 1 addition & 1 deletion sig/orb/version.rbs
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Orb
VERSION: "0.1.0-alpha.12"
VERSION: "0.1.0-alpha.13"
end
Loading