diff --git a/embedded/openapi/spec3.beta.sdk.json b/embedded/openapi/spec3.beta.sdk.json index 9393f31f..33480ff8 100644 --- a/embedded/openapi/spec3.beta.sdk.json +++ b/embedded/openapi/spec3.beta.sdk.json @@ -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", @@ -89257,7 +89281,8 @@ "recipients", "reporting_chart", "tax_registrations", - "tax_settings" + "tax_settings", + "tax_threshold_monitoring" ] }, "expand": {