Skip to content

Commit

Permalink
Update OpenAPI specification for beta
Browse files Browse the repository at this point in the history
  • Loading branch information
stripe-openapi[bot] committed Jan 14, 2025
1 parent b19cb4a commit d7cd0cb
Show file tree
Hide file tree
Showing 2 changed files with 49 additions and 1 deletion.
27 changes: 26 additions & 1 deletion openapi/spec3.beta.sdk.json
Original file line number Diff line number Diff line change
Expand Up @@ -89229,6 +89229,30 @@
"enabled",
"features"
]
},
"tax_threshold_monitoring": {
"description": "Configuration for the tax threshold monitoring embedded component.",
"properties": {
"enabled": {
"description": "Whether the embedded component is enabled.",
"type": "boolean"
},
"features": {
"description": "The list of features enabled in the embedded component.",
"properties": {},
"title": "base_features_param",
"type": "object"
}
},
"required": [
"enabled"
],
"title": "base_config_param",
"type": "object",
"x-stripeMostCommon": [
"enabled",
"features"
]
}
},
"title": "account_session_create_components_param",
Expand Down Expand Up @@ -89257,7 +89281,8 @@
"recipients",
"reporting_chart",
"tax_registrations",
"tax_settings"
"tax_settings",
"tax_threshold_monitoring"
]
},
"expand": {
Expand Down
23 changes: 23 additions & 0 deletions openapi/spec3.beta.sdk.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -80578,6 +80578,28 @@ paths:
x-stripeMostCommon:
- enabled
- features
tax_threshold_monitoring:
description: >-
Configuration for the tax threshold monitoring embedded
component.
properties:
enabled:
description: Whether the embedded component is enabled.
type: boolean
features:
description: >-
The list of features enabled in the embedded
component.
properties: {}
title: base_features_param
type: object
required:
- enabled
title: base_config_param
type: object
x-stripeMostCommon:
- enabled
- features
title: account_session_create_components_param
type: object
x-stripeMostCommon:
Expand Down Expand Up @@ -80605,6 +80627,7 @@ paths:
- reporting_chart
- tax_registrations
- tax_settings
- tax_threshold_monitoring
expand:
description: Specifies which fields in the response should be expanded.
items:
Expand Down

0 comments on commit d7cd0cb

Please sign in to comment.