Skip to content

Commit ef745bd

Browse files
feat(api): api update (#554)
1 parent dda2023 commit ef745bd

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.stats.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
configured_endpoints: 103
2-
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/orb%2Forb-26c7b0375aaf9218b32f9af29242d38e67a8318f3ae3e8cc5d1cd86c60e89e51.yml
2+
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/orb%2Forb-7b65f996788617c2d2f2e8e941d366edd1a2844f15eefec555e220b03bbc6d4c.yml

src/orb/resources/subscriptions.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1956,7 +1956,7 @@ def update_fixed_fee_quantity(
19561956
19571957
change_option: Determines when the change takes effect. Note that if `effective_date` is
19581958
specified, this defaults to `effective_date`. Otherwise, this defaults to
1959-
`immediate` unless it's explicitly set to `upcoming_invoice.
1959+
`immediate` unless it's explicitly set to `upcoming_invoice`.
19601960
19611961
effective_date: The date that the quantity change should take effect, localized to the
19621962
customer's timezone. Ifthis parameter is not passed in, the quantity change is
@@ -3970,7 +3970,7 @@ async def update_fixed_fee_quantity(
39703970
39713971
change_option: Determines when the change takes effect. Note that if `effective_date` is
39723972
specified, this defaults to `effective_date`. Otherwise, this defaults to
3973-
`immediate` unless it's explicitly set to `upcoming_invoice.
3973+
`immediate` unless it's explicitly set to `upcoming_invoice`.
39743974
39753975
effective_date: The date that the quantity change should take effect, localized to the
39763976
customer's timezone. Ifthis parameter is not passed in, the quantity change is

src/orb/types/subscription_update_fixed_fee_quantity_params.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ class SubscriptionUpdateFixedFeeQuantityParams(TypedDict, total=False):
2929
3030
Note that if `effective_date` is specified, this defaults to `effective_date`.
3131
Otherwise, this defaults to `immediate` unless it's explicitly set to
32-
`upcoming_invoice.
32+
`upcoming_invoice`.
3333
"""
3434

3535
effective_date: Annotated[Union[str, date, None], PropertyInfo(format="iso8601")]

0 commit comments

Comments
 (0)