From d12b62fb45bf34b8c0ece0c25cc2b9b4e1c452f2 Mon Sep 17 00:00:00 2001 From: Stripe OpenAPI <105521251+stripe-openapi[bot]@users.noreply.github.com> Date: Tue, 14 Jan 2025 08:39:59 +0000 Subject: [PATCH] Update OpenAPI for d7cd0cb1f94cedc0e44b33b99f70e7fb5426326a --- embedded/openapi/spec3.beta.sdk.json | 27 ++++++++++++++++++++++++++- 1 file changed, 26 insertions(+), 1 deletion(-) 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": {