Skip to content

Commit 1e2641b

Browse files
Update generated code for v2028 and 2025-09-30.clover (#1607)
Co-authored-by: Stripe OpenAPI <105521251+stripe-openapi[bot]@users.noreply.github.com>
1 parent 3fd4f0a commit 1e2641b

File tree

3 files changed

+1
-111
lines changed

3 files changed

+1
-111
lines changed

OPENAPI_VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v2026
1+
v2028

stripe/_account_session.py

Lines changed: 0 additions & 68 deletions
Original file line numberDiff line numberDiff line change
@@ -57,17 +57,6 @@ class Features(StripeObject):
5757
features: Features
5858
_inner_class_types = {"features": Features}
5959

60-
class BalanceReport(StripeObject):
61-
class Features(StripeObject):
62-
pass
63-
64-
enabled: bool
65-
"""
66-
Whether the embedded component is enabled.
67-
"""
68-
features: Features
69-
_inner_class_types = {"features": Features}
70-
7160
class Balances(StripeObject):
7261
class Features(StripeObject):
7362
disable_stripe_user_authentication: bool
@@ -356,17 +345,6 @@ class Features(StripeObject):
356345
features: Features
357346
_inner_class_types = {"features": Features}
358347

359-
class PayoutReconciliationReport(StripeObject):
360-
class Features(StripeObject):
361-
pass
362-
363-
enabled: bool
364-
"""
365-
Whether the embedded component is enabled.
366-
"""
367-
features: Features
368-
_inner_class_types = {"features": Features}
369-
370348
class Payouts(StripeObject):
371349
class Features(StripeObject):
372350
disable_stripe_user_authentication: bool
@@ -432,7 +410,6 @@ class Features(StripeObject):
432410

433411
account_management: AccountManagement
434412
account_onboarding: AccountOnboarding
435-
balance_report: BalanceReport
436413
balances: Balances
437414
disputes_list: DisputesList
438415
documents: Documents
@@ -446,15 +423,13 @@ class Features(StripeObject):
446423
payment_disputes: PaymentDisputes
447424
payments: Payments
448425
payout_details: PayoutDetails
449-
payout_reconciliation_report: PayoutReconciliationReport
450426
payouts: Payouts
451427
payouts_list: PayoutsList
452428
tax_registrations: TaxRegistrations
453429
tax_settings: TaxSettings
454430
_inner_class_types = {
455431
"account_management": AccountManagement,
456432
"account_onboarding": AccountOnboarding,
457-
"balance_report": BalanceReport,
458433
"balances": Balances,
459434
"disputes_list": DisputesList,
460435
"documents": Documents,
@@ -468,7 +443,6 @@ class Features(StripeObject):
468443
"payment_disputes": PaymentDisputes,
469444
"payments": Payments,
470445
"payout_details": PayoutDetails,
471-
"payout_reconciliation_report": PayoutReconciliationReport,
472446
"payouts": Payouts,
473447
"payouts_list": PayoutsList,
474448
"tax_registrations": TaxRegistrations,
@@ -502,12 +476,6 @@ class CreateParamsComponents(TypedDict):
502476
"""
503477
Configuration for the [account onboarding](https://docs.stripe.com/connect/supported-embedded-components/account-onboarding/) embedded component.
504478
"""
505-
balance_report: NotRequired[
506-
"AccountSession.CreateParamsComponentsBalanceReport"
507-
]
508-
"""
509-
Configuration for the [balance report](https://docs.stripe.com/connect/supported-embedded-components/financial-reports#balance-report) embedded component.
510-
"""
511479
balances: NotRequired["AccountSession.CreateParamsComponentsBalances"]
512480
"""
513481
Configuration for the [balances](https://docs.stripe.com/connect/supported-embedded-components/balances/) embedded component.
@@ -582,12 +550,6 @@ class CreateParamsComponents(TypedDict):
582550
"""
583551
Configuration for the [payout details](https://docs.stripe.com/connect/supported-embedded-components/payout-details/) embedded component.
584552
"""
585-
payout_reconciliation_report: NotRequired[
586-
"AccountSession.CreateParamsComponentsPayoutReconciliationReport"
587-
]
588-
"""
589-
Configuration for the [payout reconciliation report](https://docs.stripe.com/connect/supported-embedded-components/financial-reports#payout-reconciliation-report) embedded component.
590-
"""
591553
payouts: NotRequired["AccountSession.CreateParamsComponentsPayouts"]
592554
"""
593555
Configuration for the [payouts](https://docs.stripe.com/connect/supported-embedded-components/payouts/) embedded component.
@@ -655,21 +617,6 @@ class CreateParamsComponentsAccountOnboardingFeatures(TypedDict):
655617
Whether external account collection is enabled. This feature can only be `false` for accounts where you're responsible for collecting updated information when requirements are due or change, like Custom accounts. The default value for this feature is `true`.
656618
"""
657619

658-
class CreateParamsComponentsBalanceReport(TypedDict):
659-
enabled: bool
660-
"""
661-
Whether the embedded component is enabled.
662-
"""
663-
features: NotRequired[
664-
"AccountSession.CreateParamsComponentsBalanceReportFeatures"
665-
]
666-
"""
667-
An empty list, because this embedded component has no features.
668-
"""
669-
670-
class CreateParamsComponentsBalanceReportFeatures(TypedDict):
671-
pass
672-
673620
class CreateParamsComponentsBalances(TypedDict):
674621
enabled: bool
675622
"""
@@ -1012,21 +959,6 @@ class CreateParamsComponentsPayoutDetails(TypedDict):
1012959
class CreateParamsComponentsPayoutDetailsFeatures(TypedDict):
1013960
pass
1014961

1015-
class CreateParamsComponentsPayoutReconciliationReport(TypedDict):
1016-
enabled: bool
1017-
"""
1018-
Whether the embedded component is enabled.
1019-
"""
1020-
features: NotRequired[
1021-
"AccountSession.CreateParamsComponentsPayoutReconciliationReportFeatures"
1022-
]
1023-
"""
1024-
An empty list, because this embedded component has no features.
1025-
"""
1026-
1027-
class CreateParamsComponentsPayoutReconciliationReportFeatures(TypedDict):
1028-
pass
1029-
1030962
class CreateParamsComponentsPayouts(TypedDict):
1031963
enabled: bool
1032964
"""

stripe/_account_session_service.py

Lines changed: 0 additions & 42 deletions
Original file line numberDiff line numberDiff line change
@@ -35,12 +35,6 @@ class CreateParamsComponents(TypedDict):
3535
"""
3636
Configuration for the [account onboarding](https://docs.stripe.com/connect/supported-embedded-components/account-onboarding/) embedded component.
3737
"""
38-
balance_report: NotRequired[
39-
"AccountSessionService.CreateParamsComponentsBalanceReport"
40-
]
41-
"""
42-
Configuration for the [balance report](https://docs.stripe.com/connect/supported-embedded-components/financial-reports#balance-report) embedded component.
43-
"""
4438
balances: NotRequired[
4539
"AccountSessionService.CreateParamsComponentsBalances"
4640
]
@@ -119,12 +113,6 @@ class CreateParamsComponents(TypedDict):
119113
"""
120114
Configuration for the [payout details](https://docs.stripe.com/connect/supported-embedded-components/payout-details/) embedded component.
121115
"""
122-
payout_reconciliation_report: NotRequired[
123-
"AccountSessionService.CreateParamsComponentsPayoutReconciliationReport"
124-
]
125-
"""
126-
Configuration for the [payout reconciliation report](https://docs.stripe.com/connect/supported-embedded-components/financial-reports#payout-reconciliation-report) embedded component.
127-
"""
128116
payouts: NotRequired[
129117
"AccountSessionService.CreateParamsComponentsPayouts"
130118
]
@@ -194,21 +182,6 @@ class CreateParamsComponentsAccountOnboardingFeatures(TypedDict):
194182
Whether external account collection is enabled. This feature can only be `false` for accounts where you're responsible for collecting updated information when requirements are due or change, like Custom accounts. The default value for this feature is `true`.
195183
"""
196184

197-
class CreateParamsComponentsBalanceReport(TypedDict):
198-
enabled: bool
199-
"""
200-
Whether the embedded component is enabled.
201-
"""
202-
features: NotRequired[
203-
"AccountSessionService.CreateParamsComponentsBalanceReportFeatures"
204-
]
205-
"""
206-
An empty list, because this embedded component has no features.
207-
"""
208-
209-
class CreateParamsComponentsBalanceReportFeatures(TypedDict):
210-
pass
211-
212185
class CreateParamsComponentsBalances(TypedDict):
213186
enabled: bool
214187
"""
@@ -551,21 +524,6 @@ class CreateParamsComponentsPayoutDetails(TypedDict):
551524
class CreateParamsComponentsPayoutDetailsFeatures(TypedDict):
552525
pass
553526

554-
class CreateParamsComponentsPayoutReconciliationReport(TypedDict):
555-
enabled: bool
556-
"""
557-
Whether the embedded component is enabled.
558-
"""
559-
features: NotRequired[
560-
"AccountSessionService.CreateParamsComponentsPayoutReconciliationReportFeatures"
561-
]
562-
"""
563-
An empty list, because this embedded component has no features.
564-
"""
565-
566-
class CreateParamsComponentsPayoutReconciliationReportFeatures(TypedDict):
567-
pass
568-
569527
class CreateParamsComponentsPayouts(TypedDict):
570528
enabled: bool
571529
"""

0 commit comments

Comments
 (0)