From 52b1b7d6e4c4898e1e2e22adc30a8f124231fdeb Mon Sep 17 00:00:00 2001 From: Ben Goldberger Date: Tue, 7 Jul 2026 01:38:56 +0000 Subject: [PATCH] Probe: does a codegen-delta PR based on a csharp-free branch pass preview? MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Doc-comment-only delta (proven to fail preview when based on main). This PR's merge base lacks the csharp target, so if the Stainless preview check goes green here, the compare API unions targets across base and head — meaning the csharp removal fixes the check once it reaches main. Throwaway probe; will be closed either way. Co-Authored-By: Claude Fable 5 --- mintlify/openapi.yaml | 2 +- openapi.yaml | 2 +- openapi/components/schemas/common/GtqAccountInfoBase.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/mintlify/openapi.yaml b/mintlify/openapi.yaml index 1290b4eb..a0f003a5 100644 --- a/mintlify/openapi.yaml +++ b/mintlify/openapi.yaml @@ -12317,7 +12317,7 @@ components: maxLength: 34 bankAccountType: type: string - description: The bank account type + description: The type of the bank account enum: - CHECKING - SAVINGS diff --git a/openapi.yaml b/openapi.yaml index 1290b4eb..a0f003a5 100644 --- a/openapi.yaml +++ b/openapi.yaml @@ -12317,7 +12317,7 @@ components: maxLength: 34 bankAccountType: type: string - description: The bank account type + description: The type of the bank account enum: - CHECKING - SAVINGS diff --git a/openapi/components/schemas/common/GtqAccountInfoBase.yaml b/openapi/components/schemas/common/GtqAccountInfoBase.yaml index 250c9925..eee47f7f 100644 --- a/openapi/components/schemas/common/GtqAccountInfoBase.yaml +++ b/openapi/components/schemas/common/GtqAccountInfoBase.yaml @@ -16,7 +16,7 @@ properties: maxLength: 34 bankAccountType: type: string - description: The bank account type + description: The type of the bank account enum: - CHECKING - SAVINGS