Skip to content

Update generated code for beta #1535

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 36 commits into
base: beta
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
36 commits
Select commit Hold shift + click to select a range
1b3c54c
Update generated code (#1526)
stripe-openapi[bot] Jul 1, 2025
1f4f42c
Bump version to 12.3.0
prathmesh-stripe Jul 1, 2025
83ba1f0
Merge upstream and update generated code for v1819 and 2025-06-30.pre…
stripe-openapi[bot] Jul 2, 2025
559a745
Update generated code for v1820 and 2025-06-30.preview
stripe-openapi[bot] Jul 7, 2025
f2476ec
Update generated code for v1821 and 2025-06-30.preview
stripe-openapi[bot] Jul 8, 2025
2ce5101
Update generated code for v1822 and 2025-06-30.preview
stripe-openapi[bot] Jul 8, 2025
9d57483
Update generated code for v1822 and 2025-06-30.preview
stripe-openapi[bot] Jul 8, 2025
4f0f4ec
Update generated code for v1826 and 2025-06-30.preview
stripe-openapi[bot] Jul 9, 2025
c86e100
Update generated code for v1827 and 2025-06-30.preview
stripe-openapi[bot] Jul 9, 2025
83b7ff9
Update generated code for v1829 and 2025-06-30.preview
stripe-openapi[bot] Jul 9, 2025
a74a3fa
Update generated code for v1830 and 2025-06-30.preview
stripe-openapi[bot] Jul 10, 2025
1758911
Update generated code for v1832 and 2025-06-30.preview
stripe-openapi[bot] Jul 11, 2025
4c53c6d
Fix timeout type hint in RequestsClient (#1537)
abe-101 Jul 11, 2025
7203c80
Merge upstream and update generated code for v1833 and 2025-06-30.pre…
stripe-openapi[bot] Jul 11, 2025
9fd5498
Update generated code for v1835 and 2025-06-30.preview
stripe-openapi[bot] Jul 11, 2025
2aa1c1a
Update generated code for v1836 and 2025-06-30.preview
stripe-openapi[bot] Jul 14, 2025
1e3b174
Update generated code for v1837 and 2025-06-30.preview
stripe-openapi[bot] Jul 14, 2025
c9623a7
Update generated code for v1838 and 2025-06-30.preview
stripe-openapi[bot] Jul 14, 2025
70ef7b9
Update generated code for v1839 and 2025-06-30.preview
stripe-openapi[bot] Jul 14, 2025
6970412
Update generated code for v1841 and 2025-06-30.preview
stripe-openapi[bot] Jul 14, 2025
09d8f32
Update generated code for v1842 and 2025-06-30.preview
stripe-openapi[bot] Jul 14, 2025
b96335e
Update generated code for v1843 and 2025-06-30.preview
stripe-openapi[bot] Jul 14, 2025
974ce0a
Update generated code for v1845 and 2025-06-30.preview
stripe-openapi[bot] Jul 15, 2025
af8dbe2
Update generated code for v1847 and 2025-06-30.preview
stripe-openapi[bot] Jul 15, 2025
9f720d5
Update generated code for v1848 and 2025-06-30.preview
stripe-openapi[bot] Jul 16, 2025
7380cf5
Update generated code for v1849 and 2025-06-30.preview
stripe-openapi[bot] Jul 16, 2025
de72cc3
Update generated code for v1850 and 2025-07-30.preview
stripe-openapi[bot] Jul 16, 2025
949aad0
Update generated code for v1852 and 2025-07-30.preview
stripe-openapi[bot] Jul 16, 2025
4b0a680
Update generated code for v1853 and 2025-07-30.preview
stripe-openapi[bot] Jul 17, 2025
6162afa
Update generated code for v1854 and 2025-07-30.preview
stripe-openapi[bot] Jul 17, 2025
9ec1e3c
Update generated code for v1855 and 2025-07-30.preview
stripe-openapi[bot] Jul 17, 2025
99b6d18
Update generated code for v1864 and 2025-07-30.preview
stripe-openapi[bot] Jul 21, 2025
96b6344
Update generated code for v1865 and 2025-07-30.preview
stripe-openapi[bot] Jul 21, 2025
1a3ed2c
Update generated code for v1867 and 2025-07-30.preview
stripe-openapi[bot] Jul 21, 2025
b53a728
Update generated code for v1868 and 2025-07-30.preview
stripe-openapi[bot] Jul 22, 2025
341909d
Update generated code for v1868 and 2025-07-30.preview
stripe-openapi[bot] Jul 23, 2025
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
Prev Previous commit
Next Next commit
Update generated code for v1849 and 2025-06-30.preview
  • Loading branch information
stripe-openapi[bot] committed Jul 16, 2025
commit 7380cf5443c1ef6c196ee8b650a588907ce91d3f
2 changes: 1 addition & 1 deletion OPENAPI_VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v1848
v1849
2 changes: 1 addition & 1 deletion stripe/_invoice.py
Original file line number Diff line number Diff line change
Expand Up @@ -3540,7 +3540,7 @@ class CreatePreviewParamsScheduleDetailsPhase(TypedDict):
"""
iterations: NotRequired[int]
"""
Integer representing the multiplier applied to the price interval. For example, `iterations=2` applied to a price with `interval=month` and `interval_count=3` results in a phase of duration `2 * 3 months = 6 months`. If set, `end_date` must not be set.
Integer representing the multiplier applied to the price interval. For example, `iterations=2` applied to a price with `interval=month` and `interval_count=3` results in a phase of duration `2 * 3 months = 6 months`. If set, `end_date` must not be set. This parameter is deprecated and will be removed in a future version. Use `duration` instead.
"""
metadata: NotRequired[Dict[str, str]]
"""
Expand Down
2 changes: 1 addition & 1 deletion stripe/_invoice_service.py
Original file line number Diff line number Diff line change
Expand Up @@ -2301,7 +2301,7 @@ class CreatePreviewParamsScheduleDetailsPhase(TypedDict):
"""
iterations: NotRequired[int]
"""
Integer representing the multiplier applied to the price interval. For example, `iterations=2` applied to a price with `interval=month` and `interval_count=3` results in a phase of duration `2 * 3 months = 6 months`. If set, `end_date` must not be set.
Integer representing the multiplier applied to the price interval. For example, `iterations=2` applied to a price with `interval=month` and `interval_count=3` results in a phase of duration `2 * 3 months = 6 months`. If set, `end_date` must not be set. This parameter is deprecated and will be removed in a future version. Use `duration` instead.
"""
metadata: NotRequired[Dict[str, str]]
"""
Expand Down
4 changes: 2 additions & 2 deletions stripe/_subscription_schedule.py
Original file line number Diff line number Diff line change
Expand Up @@ -1464,7 +1464,7 @@ class CreateParamsPhase(TypedDict):
"""
iterations: NotRequired[int]
"""
Integer representing the multiplier applied to the price interval. For example, `iterations=2` applied to a price with `interval=month` and `interval_count=3` results in a phase of duration `2 * 3 months = 6 months`. If set, `end_date` must not be set.
Integer representing the multiplier applied to the price interval. For example, `iterations=2` applied to a price with `interval=month` and `interval_count=3` results in a phase of duration `2 * 3 months = 6 months`. If set, `end_date` must not be set. This parameter is deprecated and will be removed in a future version. Use `duration` instead.
"""
metadata: NotRequired[Dict[str, str]]
"""
Expand Down Expand Up @@ -2272,7 +2272,7 @@ class ModifyParamsPhase(TypedDict):
"""
iterations: NotRequired[int]
"""
Integer representing the multiplier applied to the price interval. For example, `iterations=2` applied to a price with `interval=month` and `interval_count=3` results in a phase of duration `2 * 3 months = 6 months`. If set, `end_date` must not be set.
Integer representing the multiplier applied to the price interval. For example, `iterations=2` applied to a price with `interval=month` and `interval_count=3` results in a phase of duration `2 * 3 months = 6 months`. If set, `end_date` must not be set. This parameter is deprecated and will be removed in a future version. Use `duration` instead.
"""
metadata: NotRequired[Dict[str, str]]
"""
Expand Down
4 changes: 2 additions & 2 deletions stripe/_subscription_schedule_service.py
Original file line number Diff line number Diff line change
Expand Up @@ -905,7 +905,7 @@ class CreateParamsPhase(TypedDict):
"""
iterations: NotRequired[int]
"""
Integer representing the multiplier applied to the price interval. For example, `iterations=2` applied to a price with `interval=month` and `interval_count=3` results in a phase of duration `2 * 3 months = 6 months`. If set, `end_date` must not be set.
Integer representing the multiplier applied to the price interval. For example, `iterations=2` applied to a price with `interval=month` and `interval_count=3` results in a phase of duration `2 * 3 months = 6 months`. If set, `end_date` must not be set. This parameter is deprecated and will be removed in a future version. Use `duration` instead.
"""
metadata: NotRequired[Dict[str, str]]
"""
Expand Down Expand Up @@ -1737,7 +1737,7 @@ class UpdateParamsPhase(TypedDict):
"""
iterations: NotRequired[int]
"""
Integer representing the multiplier applied to the price interval. For example, `iterations=2` applied to a price with `interval=month` and `interval_count=3` results in a phase of duration `2 * 3 months = 6 months`. If set, `end_date` must not be set.
Integer representing the multiplier applied to the price interval. For example, `iterations=2` applied to a price with `interval=month` and `interval_count=3` results in a phase of duration `2 * 3 months = 6 months`. If set, `end_date` must not be set. This parameter is deprecated and will be removed in a future version. Use `duration` instead.
"""
metadata: NotRequired[Dict[str, str]]
"""
Expand Down
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy