Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 12 additions & 12 deletions .stainless/stainless.yml
Original file line number Diff line number Diff line change
Expand Up @@ -417,18 +417,18 @@ openapi:
- "$.components.schemas.UmaAddressTransactionDestination.allOf[0]"
keys: [ "$ref" ]

# # ── beneficiaryType: beneficiary schemas ──
# - command: remove
# reason: >-
# Remove inline beneficiaryType enums from beneficiary allOf variants
# to avoid conflicting types with BaseBeneficiary which defines
# beneficiaryType via a shared $ref enum
# args:
# target:
# - "$.components.schemas.IndividualBeneficiary.allOf[1].properties"
# - "$.components.schemas.BusinessBeneficiary.allOf[1].properties"
# keys: [ "beneficiaryType" ]
# ── customerType: remove from base schemas ──
# ── type: transaction base schema ──
- command: remove
reason: >-
Remove inline type enum from Transaction base schema to avoid
conflicting types when allOf merges with IncomingTransaction and
OutgoingTransaction which define type as single-value enums
args:
target:
- "$.components.schemas.Transaction.properties"
keys: [ "type" ]

# ── beneficiaryType: beneficiary schemas ──
- command: remove
reason: >-
Remove customerType $ref from base schemas so the inline single-value
Expand Down
196 changes: 115 additions & 81 deletions mintlify/openapi.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading