Skip to content

Commit 343fa0b

Browse files
feat(api): api update
1 parent c7d1331 commit 343fa0b

File tree

5 files changed

+2
-14
lines changed

5 files changed

+2
-14
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: 118
2-
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/orb%2Forb-96a2f34503f9348f8d7ce82035fe09c917860d77e17bc6817e034b891902599a.yml
3-
openapi_spec_hash: 3719dd8f962e6b0051a95015aecb0e53
2+
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/orb%2Forb-42aa43f3893eef31a351e066bf0cf8c56da8c857ccbb45eb7dd58739ad43bd86.yml
3+
openapi_spec_hash: e6b8c1e707036539d88a7b79af864a49
44
config_hash: 1f73a949b649ecfe6ec68ba1bb459dc2

lib/orb/resources/beta.rb

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,6 @@ class Beta
66
# @return [Orb::Resources::Beta::ExternalPlanID]
77
attr_reader :external_plan_id
88

9-
# This API endpoint is in beta and its interface may change. It is recommended for
10-
# use only in test mode.
11-
#
129
# This endpoint allows the creation of a new plan version for an existing plan.
1310
#
1411
# @overload create_plan_version(plan_id, version:, add_adjustments: nil, add_prices: nil, remove_adjustments: nil, remove_prices: nil, replace_adjustments: nil, replace_prices: nil, set_as_default: nil, request_options: {})

lib/orb/resources/beta/external_plan_id.rb

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,6 @@ module Orb
44
module Resources
55
class Beta
66
class ExternalPlanID
7-
# This API endpoint is in beta and its interface may change. It is recommended for
8-
# use only in test mode.
9-
#
107
# This endpoint allows the creation of a new plan version for an existing plan.
118
#
129
# @overload create_plan_version(external_plan_id, version:, add_adjustments: nil, add_prices: nil, remove_adjustments: nil, remove_prices: nil, replace_adjustments: nil, replace_prices: nil, set_as_default: nil, request_options: {})

rbi/orb/resources/beta.rbi

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,6 @@ module Orb
66
sig { returns(Orb::Resources::Beta::ExternalPlanID) }
77
attr_reader :external_plan_id
88

9-
# This API endpoint is in beta and its interface may change. It is recommended for
10-
# use only in test mode.
11-
#
129
# This endpoint allows the creation of a new plan version for an existing plan.
1310
sig do
1411
params(

rbi/orb/resources/beta/external_plan_id.rbi

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,6 @@ module Orb
44
module Resources
55
class Beta
66
class ExternalPlanID
7-
# This API endpoint is in beta and its interface may change. It is recommended for
8-
# use only in test mode.
9-
#
107
# This endpoint allows the creation of a new plan version for an existing plan.
118
sig do
129
params(

0 commit comments

Comments
 (0)